Hi all, since LyX is being available in Win environment, it start to make sense to support some MS-specific encodings. All I am trying to achieve is acceptance of all windows characters by the lyx window and exporting them unchanged into latex with an appropriate \usepackage[]{encoding} option. I guess, it still requires a bit of coding. Unfortunatelly, I am a bit confused where to start and what encoding mechanism is actually used: -- I found a file: lib/encodings but changes made to this file does not seems to make much of a difference. -- In stable branch, there is a src/encoding directory, which is missing in the devel branch. Does it mean that it is no longer used? -- How is encoding separated between frontends and the core? Thanks for any hint, Vasek