]> git.lyx.org Git - features.git/commitdiff
Do not default/fall back to input encoding setting "auto-legacy".
authorGünter Milde <milde@lyx.org>
Thu, 9 May 2019 19:57:05 +0000 (21:57 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:28 +0000 (15:48 +0200)
Use "utf8" instead. "utf8" works now with all supported languages.

src/BufferParams.cpp

index 8b2afe15ba5888cefbac0418405f10b1afd367f3..523e5c9a018e2f7b61b8f141dda232861af8cfbf 100644 (file)
@@ -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";