From: José Matox Date: Thu, 20 Sep 2007 16:12:47 +0000 (+0000) Subject: Fix handling of cjk_encoding for documents made with versions older than 1.5 X-Git-Tag: 1.6.10~8272 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=1a221943dbdad9eeffc76e6a546d216bb2549d55;p=features.git 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 --- diff --git a/lib/lyx2lyx/lyx2lyx b/lib/lyx2lyx/lyx2lyx index 9c308f2c02..65168633bd 100755 --- a/lib/lyx2lyx/lyx2lyx +++ b/lib/lyx2lyx/lyx2lyx @@ -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",