You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extended Grapheme Cluster (Swift's Character): Naming unclear, maybe Char or Character
All of those types should allow construction via "text" literals (see #126). E.g. Text."test", Char."ä", Scalar."ä".
What about normalization? Swift automatically normalizes (literals, any string, …?).
The text was updated successfully, but these errors were encountered:
Provide types for UTF-8 encoded strings (currently named
Text
), strings in the ASCII range (Byte-String
maybe) and several “character”-like entities:Char
! (Rust's overloadedu8
), maybeByte-Character
char
, Swift'sUnicode.Scalar
): Naming unclearCharacter
): Naming unclear, maybeChar
orCharacter
All of those types should allow construction via "text" literals (see #126). E.g.
Text."test"
,Char."ä"
,Scalar."ä"
.What about normalization? Swift automatically normalizes (literals, any string, …?).
The text was updated successfully, but these errors were encountered: