Is there any alternative to string.Normalize() in WinRT? I want to simply remove accents from input strings using this approach, but I cannot find anywhere this method in WinRT.
Is there any alternative to string.Normalize() in WinRT? I want to simply remove accents
Share
I’ve discovered here quick and short solution, that works just fine in WinRT: