-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Filenames must internally be represented in Unicode #78
Labels
bug
Something isn't working
Comments
tomas-nestorovic
added a commit
that referenced
this issue
Aug 14, 2023
…xed usage of _T(x) string macro)
tomas-nestorovic
added a commit
that referenced
this issue
Aug 14, 2023
…placed on-stack filename buffers with CString instances)
tomas-nestorovic
added a commit
that referenced
this issue
Aug 15, 2023
…worked CPathString using MFC's CString class)
tomas-nestorovic
added a commit
that referenced
this issue
Aug 15, 2023
…xed initialization by providing string length)
tomas-nestorovic
added a commit
that referenced
this issue
Aug 22, 2023
…proved usage of CPathString)
tomas-nestorovic
added a commit
that referenced
this issue
Aug 25, 2023
…anged method prototypes to use CPathString)
tomas-nestorovic
added a commit
that referenced
this issue
Aug 28, 2023
…proved working with strings)
tomas-nestorovic
added a commit
that referenced
this issue
Aug 28, 2023
…ropertyGrid editors created as Unicode mustn't convert back to ANSI)
tomas-nestorovic
added a commit
that referenced
this issue
Sep 9, 2023
…nicode characters are encoded in UTF-8 when RIDE compiled as ANSI application)
tomas-nestorovic
added a commit
that referenced
this issue
Sep 12, 2023
tomas-nestorovic
added a commit
that referenced
this issue
Sep 12, 2023
…sing default Windows font for each dialog, allowing Unicode characters on modern systems to appear without problems)
tomas-nestorovic
added a commit
that referenced
this issue
Sep 22, 2023
tomas-nestorovic
added a commit
that referenced
this issue
Sep 29, 2023
…ethods to separately retrieve either name or extension)
tomas-nestorovic
added a commit
that referenced
this issue
Oct 4, 2023
…ixed translation of error codes to error messages)
tomas-nestorovic
added a commit
that referenced
this issue
Feb 16, 2024
tomas-nestorovic
added a commit
that referenced
this issue
Feb 20, 2024
…pdated PropGrid to Unicode)
tomas-nestorovic
added a commit
that referenced
this issue
Feb 21, 2024
tomas-nestorovic
added a commit
that referenced
this issue
Feb 23, 2024
…ixed and unified updating of file preview captions)
tomas-nestorovic
added a commit
that referenced
this issue
Mar 1, 2024
…ustn't unnecessarily invent or omit characters from presentation filenames)
tomas-nestorovic
added a commit
that referenced
this issue
Apr 21, 2024
tomas-nestorovic
added a commit
that referenced
this issue
Apr 21, 2024
…sing MSXML to correctly encode Unicode characters in Verification Report)
tomas-nestorovic
added a commit
that referenced
this issue
May 3, 2024
…ixed Part 20 for Windows XP)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So far, the application relies upon being compiled in Unicode text mode. This is, however, impossible if compiled against the legacy MFC 4.2 from 1997 (that is, the releases that are published here on GitHub). Therefore all TCHAR declarations that relate to filenames must be reimplemented using hardcoded WCHAR.
Some long filenames to test in MS-DOS:
The text was updated successfully, but these errors were encountered: