- fromLatin1
QChar fromLatin1(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
- highSurrogate
ushort highSurrogate(uint ucs4)
Undocumented in source. Be warned that the author may not have intended to support it.
- isHighSurrogate
bool isHighSurrogate(uint ucs4)
Undocumented in source. Be warned that the author may not have intended to support it.
- isLowSurrogate
bool isLowSurrogate(uint ucs4)
Undocumented in source. Be warned that the author may not have intended to support it.
- isNonCharacter
bool isNonCharacter(uint ucs4)
Undocumented in source. Be warned that the author may not have intended to support it.
- isSurrogate
bool isSurrogate(uint ucs4)
Undocumented in source. Be warned that the author may not have intended to support it.
- lowSurrogate
ushort lowSurrogate(uint ucs4)
Undocumented in source. Be warned that the author may not have intended to support it.
- requiresSurrogates
bool requiresSurrogates(uint ucs4)
Undocumented in source. Be warned that the author may not have intended to support it.
- surrogateToUcs4
uint surrogateToUcs4(ushort high, ushort low)
Undocumented in source. Be warned that the author may not have intended to support it.
- surrogateToUcs4
uint surrogateToUcs4(QChar high, QChar low)
Undocumented in source. Be warned that the author may not have intended to support it.