upload
The Unicode Consortium
産業: Computer; Software
Number of terms: 11048
Number of blossaries: 0
Company Profile:
The Unicode Consortium or Unicode Inc. is a not-for-profit organization that coordinates the development of the Unicode standard. Its stated goal is to eventually enable computers to operate in all languages from around the world. The consortium develops and publishes a list of freely-available ...
Mixed case format where an uppercase letter is in a position other than first in the word—for example, “G” in the Name “McGowan.”
Industry:Computer; Software
The process of designing and implementing a software product so that it can be easily localized, with few if any structural changes. Ideally, an internationalized software product can be localized simply by translating messages and other text displayed to a user, and by adapting icons and other visual elements. An "internationalized" software product is also known as a "localizable" product. Also known by the abbreviation "i18n" and the term "World-Readiness".
Industry:Computer; Software
The International Phonetic Association (IPA) is an organization that promotes the scientific study of phonetics and provides a notational standard for the phonetic representation of spoken languages. It defines and maintains the International Phonetic Alphabet.
Industry:Computer; Software
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 standardized representation of the sounds of spoken language.
Industry:Computer; Software
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 Multiple-Octet Coded Character Set) character set standards, and on Han unification. The working members of the IRG are either appointed by member governments, or are invited experts from other countries. IRG members include Mainland China, Hong Kong, Macao, Taipei Computer Association, Singapore, Japan, South Korea, North Korea, Vietnam and USA.
Industry:Computer; Software
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 mapping other than to itself. * For example, isCased(“123”) is false because all the characters in “123” have case mappings to themselves, while isCased(“abc”) and isCased(“A12”) are both true. * The derived binary property Changes_When_Casemapped is listed in the data file DerivedCoreProperties.txt in the Unicode Character Database.
Industry:Computer; Software
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 the data file DerivedCoreProperties.txt in the Unicode Character Database.
Industry:Computer; Software
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 which include: Assamese, Bengali (Bengla), Devanagari, Gujarati, Gurmukhi, Kannada, Malayalam, Oriya, Tamil, and Telugu. ISCII does not encode the writing systems of India based on Arabic, but its writing system switching codes nonetheless provide for Kashmiri, Sindhi, Urdu, Persian, Pashto and Arabic. The Arabic-based writing systems were subsequently encoded in the PASCII encoding.
Industry:Computer; Software
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_Lowercased is listed in the data file DerivedCoreProperties.txt in the Unicode Character Database.
Industry:Computer; Software
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_Titlecased is listed in the data file DerivedCoreProperties.txt in the Unicode Character Database.
Industry:Computer; Software