Peter Kümmel wrote: > for values which are not surrogates "if (ch >= UNI_SUR_HIGH_START && ch <= > UNI_SUR_LOW_END)" (2047 values)
read: only 2047 of the 65535 values are not allowed, and for the rest a cast transforms from utf32 to utf16. Peter
Peter Kümmel wrote: > for values which are not surrogates "if (ch >= UNI_SUR_HIGH_START && ch <= > UNI_SUR_LOW_END)" (2047 values)
read: only 2047 of the 65535 values are not allowed, and for the rest a cast transforms from utf32 to utf16. Peter