mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix handling of cjk_encoding for documents made with versions older than 1.5
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20380 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
417c25c91b
commit
1a221943db
@ -37,7 +37,7 @@ Copyright (C) 2007 José Matos and Dekel Tsur""" % LyX.version__
|
||||
|
||||
parser = optparse.OptionParser(**args)
|
||||
|
||||
parser.set_defaults(debug=LyX.default_debug__, cjk_encoding = 'auto')
|
||||
parser.set_defaults(debug=LyX.default_debug__, cjk_encoding = '')
|
||||
parser.add_option("-d", "--debug", type="int",
|
||||
help="level=0..2 (O_ quiet, 2_verbose) default: 1")
|
||||
parser.add_option("-q", "--quiet",
|
||||
|
Loading…
Reference in New Issue
Block a user