Tag Archives: UnicodeCodecType

Swift Standard Library: transcode

Swift Standard Library: transcode The {swift}transcode{/swift} function lets to convert strings from one Unicode encoding to another, for example {swift}UTF16{/swift} to {swift}UTF8{/swift}. The definition you get when you command-click on the function is quite intimidating: It is also incorrect; a … Continue reading

Posted in Swift, Swift Standard Library | Tagged , , , , , , | 1 Comment