Results 188 comments of rdipardo

Duplicate of #15068 and [a long list](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/15068#issuecomment-2086971884) of others. > * [x] I have searched the existing issues Really? Please read [the guide](https://docs.github.com/en/search-github/searching-on-github/searching-issues-and-pull-requests#search-by-the-title-body-or-comments) on how to search for GitHub issues.

> Moreover, auto-detect code page of input text files lead to nonsense when CP_ACP maps to CP_UTF8 Excellent point; one that's been made before, sadly to no avail so far....

> Indeed, a ticket should be opened at Lexilla for further discussion. https://github.com/ScintillaOrg/lexilla/issues/269

SciTE doesn't seem to be affected, so it's probably not a Scintilla bug: https://github.com/user-attachments/assets/fd0ef1fd-949c-4d14-8d8d-0d93500e46ee In fact, I can't even reproduce it with N++ with Direct Write on or off: https://github.com/user-attachments/assets/d70aabfc-7991-4501-a70a-0f74cc622f16

> Of the programs I know, only MS Word can do it correctly, using the system locale (which is present under Windows) instead of low-level sorting based on ASCII codes....

> I see: `10.0` in [Notepad++](https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/PowerEditor/visual.net/notepadPlus.vcxproj#L34) and in your fork. Is it possible you have something different on your development machine? (It is also possible that I don't know what...

> from WinNls.h: > > ``` > // Sort digits as numbers (ie: 2 comes before 10) > #if (WINVER >= _WIN32_WINNT_WIN7) > #define SORT_DIGITSASNUMBERS 0x00000008 // use digits as...

Duplicate of #15324 See if a development build resolves the issue: