* lib/encodings: just a tiny reordering: move utf8-plain to those encodings that do not load a package.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18219 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2007-05-07 06:00:29 +00:00
parent 01a780bd89
commit 9ff14f38ef

View File

@ -19,11 +19,6 @@ 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
Encoding armscii8 armscii8 ARMSCII-8 fixed inputenc
End
@ -174,6 +169,7 @@ End
Encoding euc-jp EUC-JP EUC-JP variable CJK
End
# encodings that do not use a package
# 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 +178,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