]> git.lyx.org Git - features.git/commitdiff
Revert "Additional support for Japanese pLaTeX with utf8 encoding (#8408)."
authorRichard Heck <rgheck@lyx.org>
Sun, 13 Jan 2013 14:51:45 +0000 (09:51 -0500)
committerRichard Heck <rgheck@lyx.org>
Sun, 13 Jan 2013 14:51:45 +0000 (09:51 -0500)
This was a format change.

This reverts commit 759b7154c9230d5f40579c7002dfd9486dadebf3.

lib/encodings
status.20x

index 1466ca34943854e7d514408bd9778b3181cf689e..b0a001baa9610d8528f081f756b0debfa5f05fff 100644 (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
index 6ceb76fdb6c009998bd5604987d4eede57ea5af0..902a4275d704422d64eb9d5d13ac29a065bbdc22 100644 (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).