Revert "Additional support for Japanese pLaTeX with utf8 encoding (#8408)."

This was a format change.

This reverts commit 759b7154c9.
This commit is contained in:
Richard Heck 2013-01-13 09:51:45 -05:00
parent 46db6873cb
commit f30c548ab8
2 changed files with 0 additions and 4 deletions

View File

@ -183,8 +183,6 @@ Encoding jis-plain JIS-pLaTeX "Japanese (non-CJK) (JIS)" ISO-2022-JP variable ja
End
Encoding shift-jis-plain SJIS-pLaTeX "Japanese (non-CJK) (SJIS)" CP932 variable japanese
End
Encoding utf8 utf8 "Japanese (non-CJK) (utf8)" UTF-8 variable japanese
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

View File

@ -28,8 +28,6 @@ What's new
* DOCUMENT INPUT/OUTPUT
- Allow additional support for Japanese pLaTeX with utf8 encoding
(bug #8408).
- Output BibTeX metadata in LyXHTML output (bug #8451).