]> git.lyx.org Git - features.git/commitdiff
Additional support for Japanese pLaTeX with utf8 encoding (#8408).
authorPavel Sanda <sanda@lyx.org>
Sun, 11 Nov 2012 18:31:02 +0000 (19:31 +0100)
committerPavel Sanda <sanda@lyx.org>
Sun, 11 Nov 2012 18:31:02 +0000 (19:31 +0100)
Patch from Koji.

lib/encodings
status.20x

index b0a001baa9610d8528f081f756b0debfa5f05fff..1466ca34943854e7d514408bd9778b3181cf689e 100644 (file)
@@ -183,6 +183,8 @@ 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 5780767b5968a482e0acc4071674a5099547f808..01f9fcd70013227dd76fc5858b40d05887747c1e 100644 (file)
@@ -28,6 +28,8 @@ What's new
 
 * DOCUMENT INPUT/OUTPUT
 
+- Allow additional support for Japanese pLaTeX with utf8 encoding
+  (bug #8408).
 
 
 * TEX2LYX IMPROVEMENTS