custom syntax highlighting
-
hi 2 all. i have a one little problem. i need to fix very very old dos program, Algorithm in Russian. Program algorithms in file with encoding cp866 (dos сyrillic). i create new custom syntax, but it doesn’t work, if I convert the files encoding to UTF-8 then the syntax highlighting starts working.
how can I solve this problem without converting the file to utf-8
thx from help.
Sorry from my English) -
@tezdal ,
The UDL system doesn’t work well with non-latin scripts:
- https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4688
- https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4742
I doubt you will find a solution to your liking. Sorry.
The UDL system is in desperate need of an overhaul, but no one has taken it on.