I did not have Unicode normalization (I need to remove diacritics to convert a user facing string to an external identifier) on my list of blockers on the way to removing Foundation dependency but it turns out that is my biggest blocker for one of my projects. 😅

#Swiftlang

I guess when in doubt, just wrap a C library: https://codeberg.org/Cyberbeni/swift-utf8proc

#Swiftlang #programming

swift-utf8proc

Swift wrapper for JuliaStrings/utf8proc

Codeberg.org
@Cyberbeni I thought the String and Unicode is part of stdlib now, isn't it?