mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
29012f2596
codepoint > 255. I decided that this is no file format change: We already had the change to format 249 that allowed unicode in .lyx files. The output to .tex of non-ascii characters is now different than before (even for those that were supported previously, e.g. german umlauts in latin1), but this is only relevant if people referenced a label in ERT. Since we cannot detect this anyway we don't need a file format change. * src/support/lstrings.C (escape): Extend the escaping algorithm from 8 bit to 24 bit. * src/support/lstrings.h (escape): Update comment * lib/lyx2lyx/lyx_1_4.py (lyx_support_escape): Update comment git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15883 a592a061-630c-0410-9148-cb99ea01b6c8 |
||
---|---|---|
.. | ||
ChangeLog | ||
generate_encoding_info.py | ||
lyx2lyx | ||
lyx2lyx_lang.py | ||
lyx2lyx_version.py.in | ||
lyx_0_06.py | ||
lyx_0_08.py | ||
lyx_0_10.py | ||
lyx_0_12.py | ||
lyx_1_0.py | ||
lyx_1_1_5.py | ||
lyx_1_1_6_0.py | ||
lyx_1_1_6_3.py | ||
lyx_1_1.py | ||
lyx_1_2.py | ||
lyx_1_3.py | ||
lyx_1_4.py | ||
lyx_1_5.py | ||
LyX.py | ||
Makefile.am | ||
parser_tools.py | ||
profiling.py | ||
test_parser_tools.py |