]> git.lyx.org Git - lyx.git/blobdiff - lib/encodings
typo.
[lyx.git] / lib / encodings
index 7c277c8e50aa96f9c8236597b8e0d2667d35c060..265f3b9c1ceaa4a4f7f896e48beab67813ecf87e 100644 (file)
@@ -19,12 +19,7 @@ End
 Encoding utf8x utf8x UTF-8 variable inputenc
 End
 
-# A plain utf8 encoding that does not use the inputenc package.
-# Such an encoding is required for XeTeX.
-Encoding utf8-plain utf8-plain UTF-8 variable none
-End
-
-# This encoding is used to typeset Armenian using the armtex package
+# This encoding is used to typeset Armenian using the armTeX package
 Encoding armscii8 armscii8 ARMSCII-8 fixed inputenc
 End
 
@@ -153,7 +148,7 @@ End
 # For simplified chinese
 Encoding gbk GBK GBK variable CJK
 End
+
 # For japanese
 Encoding jis JIS JIS variable CJK
 End
@@ -174,6 +169,19 @@ End
 Encoding euc-jp EUC-JP EUC-JP variable CJK
 End
 
+# encodings that do not use a package
+
+# Traditional Japanese TeX programs require neither CJK nor inputenc
+# package.
+Encoding euc-jp-plain EUC-JP-plain EUC-JP variable none
+End
+Encoding jis-plain JIS-plain JIS variable none
+End
+# The SJIS encoding can't be taken as is, therefore it is disabled here
+# as long as someone build in the needed conversion, described here:
+# http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg129935.html
+#Encoding shift-jis-plain SJIS-plain SJIS variable none
+#End
 
 # This one needs hardcoded support, since the inputenc package does not know
 # tis620-0, and thailatex sets up babel directly to use tis620-0, so the
@@ -182,6 +190,10 @@ End
 Encoding tis620-0 tis620-0 TIS620-0 fixed none
 End
 
+# A plain utf8 encoding that does not use the inputenc package.
+# Such an encoding is required for XeTeX.
+Encoding utf8-plain utf8-plain UTF-8 variable none
+End
 
 # Pure 7bit ASCII encoding (partially hardcoded in LyX)
 Encoding ascii ascii ascii fixed none