Avatar
正確には、ASCII or UTF-16で保持していたものをUTF-8にまとめた、という事か。 https://forums.swift.org/t/string-s-abi-and-utf-8/17676
String’s ABI and UTF-8 We just landed String’s proposed final ABI on master. This ABI includes some significant changes, the primary one being that native Swift strings are stored as UTF-8 where they were previously stored either as ASCII or UTF-16 depending on their cont...