Use a system font that supports cyrillic characters
The default title bar font in XP is Trebuchet MS and it does support Cyrillic chars. Other apps (Notepad, Notepad2) display the file name just fine, so this is a Notepad++ problem.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It is not an NPP bug, but a windows "problem". I have an english XP and characters are correctly displayed in the title. You need to ensure that Uniscribe is loaded, so that unicode code points are correctly mapped to font glyphs. Verify that you have the following registry key value, then reboot your system:
Note that NPP does not yet correctly support (last time I tested it and checked the source code) characters outside the Basic Multiligual Plane (BMP), that is characters above code point 0xFFFF . But Cyrillic characters are all in the BMP.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
That's nonsense. I tested on a clean xp sp3 vm. Notepad, Wordpad, IE, Notepad2 (another Scintilla editor) show Unicode Cyrillic file names in the title bar with no special configuration, only NPP shows question marks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Ok, then the problem is probably a plugin. I installed a fresh copy of NPP version 5.8.7, with the "standard" plugins, and I got the same problem you have. After removing NppTextFx plugin, I get a title with the correct characters.
Is there someone maintaining TextFX?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
xp32 sp3 english, N++ 5.4.2 unicode
the title bar shows a path containing unicode cyrillic chars
can anyone confirm this?
This bug is still present in 5.8.7. Why is a UNICODE version unable to display unicode chars?
Use a system font that supports cyrillic characters, as it is Windows, not N++, which draws the caption text it is being told to.
CChris
The default title bar font in XP is Trebuchet MS and it does support Cyrillic chars. Other apps (Notepad, Notepad2) display the file name just fine, so this is a Notepad++ problem.
Cannot confirm: everything's fine here.

Your system language is Russian, if you want to confirm you need English XP with an en-us locale and a Unicode Cyrillic file name.
@cchris Do you acknowledge this as an npp bug?
It is not an NPP bug, but a windows "problem". I have an english XP and characters are correctly displayed in the title. You need to ensure that Uniscribe is loaded, so that unicode code points are correctly mapped to font glyphs. Verify that you have the following registry key value, then reboot your system:
Note that NPP does not yet correctly support (last time I tested it and checked the source code) characters outside the Basic Multiligual Plane (BMP), that is characters above code point 0xFFFF . But Cyrillic characters are all in the BMP.
That's nonsense. I tested on a clean xp sp3 vm. Notepad, Wordpad, IE, Notepad2 (another Scintilla editor) show Unicode Cyrillic file names in the title bar with no special configuration, only NPP shows question marks.
Ok, then the problem is probably a plugin. I installed a fresh copy of NPP version 5.8.7, with the "standard" plugins, and I got the same problem you have. After removing NppTextFx plugin, I get a title with the correct characters.
Is there someone maintaining TextFX?
Unfortunately not. And if you look at the code, you'll see why :)