Home > Industry/Domain > Computer; Software > Unicode standard
Unicode standard
The Unicode standard is a character coding system designed to support the worldwide interchange, processing, and display of the written texts of the diverse languages and technical disciplines of the modern world.
Contributors in Unicode standard
Unicode standard
IsCased(X)
Computer; Unicode standard
IsCased(X) is true when isLowercase(X) is false, or isUppercase(X) is false, or isTitlecase(X) is false. * Any string X for which isCased(X) is true contains at least one character that has a case ...
Indian Script Code for Information Interchange (ISCII)
Computer; Unicode standard
The Indian Standard Code for Information Interchange (ISCII) standard is a Unicode coding scheme for representing various writing systems of India. It encodes the characters of the main Indic scripts ...
Ideographic Rapporteur Group (IRG)
Computer; Unicode standard
A subgroup of ISO/IEC JTC1/SC2/WG2, the Ideographic Rapporteur Group (IRG) advises the Unicode Consortium on Han character additions to the repertoire of the Unicode and ISO/IEC 10646-1 (Universal ...
IsLowercase(X)
Computer; Unicode standard
IsLowercase(X) is true when toLowercase(Y) = Y. * For example, isLowercase("combining mark") is true, and isLowercase("Combining mark") is false. * The derived binary property Changes_When_Lowerca ...
IsTitlecase(X)
Computer; Unicode standard
IsTitlecase(X) is true when toTitlecase(Y) = Y. * For example, isTitlecase("Combining Mark") is true, and isTitlecase("Combining mark") is false. * The derived binary property Changes_When_Titleca ...
IsCasefolded(X)
Computer; Unicode standard
IsCasefolded(X) is true when toCasefold(Y) = Y. * For example, isCasefolded("heiss") is true, and isCasefolded("heiß") is false. * The derived binary property Changes_When_Casefolded is listed in ...
International Phonetic Alphabet (IPA)
Computer; Unicode standard
The International Phonetic Alphabet (IPA) is an alphabetic system of phonetic symbols mostly based on the Latin alphabet. It was developed by the International Phonetic Association as a standardised ...