Easier Way to Rename Lots of Files with Unknown Characters

Features wanted...
admin
Site Admin
Posts: 66361
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Easier Way to Rename Lots of Files with Unknown Characters

Post by admin »

jeduardo wrote:Here is working code for Visual Basic 6.0 that will unfold the diacritics using API FoldStringW.
Once this is done it is a simple matter to just remove the diacritic modifiers that are in the range 0x300 To 0x36F.
It should be easy enough to convert this to C++. ...
XY is written in VB6. :) And the code you showed is exactly how I'm doing it in the "Remove Diacritics (ä > a ...)" function.

Post Reply