comparison src/coding.c @ 46150:5d6d01bbbe87

Fix typo.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 03 Jul 2002 09:49:28 +0000
parents e513f55424f6
children 1fb8f75062c6
comparison
equal deleted inserted replaced
46149:c6ae40efaad1 46150:5d6d01bbbe87
2683 contains frequently used characters and the latter contains less 2683 contains frequently used characters and the latter contains less
2684 frequently used characters. */ 2684 frequently used characters. */
2685 2685
2686 /* Macros to decode or encode a character of Big5 in BIG5. B1 and B2 2686 /* Macros to decode or encode a character of Big5 in BIG5. B1 and B2
2687 are the 1st and 2nd position-codes of Big5 in BIG5 coding system. 2687 are the 1st and 2nd position-codes of Big5 in BIG5 coding system.
2688 C1 and C2 are the 1st and 2nd position-codes of of Emacs' internal 2688 C1 and C2 are the 1st and 2nd position-codes of Emacs' internal
2689 format. CHARSET is `charset_big5_1' or `charset_big5_2'. */ 2689 format. CHARSET is `charset_big5_1' or `charset_big5_2'. */
2690 2690
2691 /* Number of Big5 characters which have the same code in 1st byte. */ 2691 /* Number of Big5 characters which have the same code in 1st byte. */
2692 #define BIG5_SAME_ROW (0xFF - 0xA1 + 0x7F - 0x40) 2692 #define BIG5_SAME_ROW (0xFF - 0xA1 + 0x7F - 0x40)
2693 2693