mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-14 04:21:56 +00:00
All lyx files are encoded in utf-8 now. :-)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14851 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
72a680e261
commit
50877aa741
@ -119,9 +119,9 @@ def main(argv):
|
||||
|
||||
file = LyX.NewFile(output= pref + 'TOC.lyx')
|
||||
data = info[lang]
|
||||
file.set_header(language = data[0], language_quotes = data[1], inputencoding = data[2])
|
||||
file.set_header(language = data[0], language_quotes = data[1], inputencoding = "utf-8")
|
||||
file.language = data[0]
|
||||
file.encoding = data[2]
|
||||
file.encoding = "utf-8"
|
||||
body = [ LyX.Paragraph('Title', [data[3]])]
|
||||
body.extend(build_from_toc(toc_general))
|
||||
file.set_body(body)
|
||||
|
Loading…
x
Reference in New Issue
Block a user