mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Do not default/fall back to input encoding setting "auto-legacy".
Use "utf8" instead. "utf8" works now with all supported languages.
This commit is contained in:
parent
a6c2ae4be8
commit
6319b0c303
@ -436,7 +436,7 @@ BufferParams::BufferParams()
|
||||
fonts_sans_scale[1] = 100;
|
||||
fonts_typewriter_scale[0] = 100;
|
||||
fonts_typewriter_scale[1] = 100;
|
||||
inputenc = "auto-legacy";
|
||||
inputenc = "utf8";
|
||||
lang_package = "default";
|
||||
graphics_driver = "default";
|
||||
default_output_format = "default";
|
||||
|
Loading…
Reference in New Issue
Block a user