(Vdefault_coded_charset_priority_list): Renamed from
[chise/xemacs-chise.git-] / src / text-coding.c
index 5a0ca98..3a7a784 100644 (file)
@@ -2981,7 +2981,9 @@ char_encode_shift_jis (struct encoding_stream *str, Emchar ch,
       unsigned int c1, c2, s1, s2;
       
 #ifdef UTF2000
-      if ( (c1 = get_byte_from_character_table (ch, ucs_to_latin_jisx0201)) )
+      if ( (c1 =
+           get_byte_from_character_table
+           (ch, XCHARSET_TO_BYTE1_TABLE (Vcharset_latin_jisx0201))) )
        {
          charset = Vcharset_latin_jisx0201;
          c2 = 0;