[Bug 36720] LCMapString with the parameter NORM_IGNORENONSPACE does not remove diacritics

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Jul 11 04:18:04 CDT 2014


http://bugs.winehq.org/show_bug.cgi?id=36720

--- Comment #1 from Michel Terrisse <mterrisse at free.fr> ---
I could find a workaround :
- call FoldString (MAP_COMPOSITE)
- call LCMapString (NORM_IGNORENONSPACE)
- call FoldString (MAP_PRECOMPOSED)

It works fine

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list