tex2lyx comment corrections

tex2lyx/Preamble.cpp, tex2lyx/text.cpp: add info about CJK languages
This commit is contained in:
Uwe Stöhr 2012-06-24 14:39:57 +02:00
parent 179ca3e5be
commit e7d1e5b0c9
2 changed files with 5 additions and 4 deletions

View File

@ -44,9 +44,10 @@ Preamble preamble;
namespace {
//add these to known_languages when updating to lyxformat 268:
//"chinese-simplified", "chinese-traditional", "japanese", "korean"
// This requires first that support for CJK languages is added: bug #4377.
// "chinese-simplified", "chinese-traditional", "japanese-cjk", "korean"
// cannot be supported because it is impossible to determine the correct document
// language if CJK is used.
// FIXME: missing support for "japanese" (non-CJK)
/**
* known babel language names (including synonyms)
* not in standard babel: arabic, arabtex, armenian, belarusian, serbian-latin, thai

View File

@ -159,7 +159,7 @@ const char * const supported_CJK_encodings[] = {
"EUC-JP", "KS", "GB", "UTF8", 0};
/**
* the same as supported_CJK_encodings with .lyx names
* the same as supported_CJK_encodings with their corresponding LyX language name
* please keep this in sync with supported_CJK_encodings line by line!
*/
const char * const coded_supported_CJK_encodings[] = {