309 lines
18 KiB
Plaintext
309 lines
18 KiB
Plaintext
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
|
/*
|
|
* This file is part of the LibreOffice project.
|
|
*
|
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
*
|
|
* This file incorporates work covered by the following license notice:
|
|
*
|
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
|
* contributor license agreements. See the NOTICE file distributed
|
|
* with this work for additional information regarding copyright
|
|
* ownership. The ASF licenses this file to you under the Apache
|
|
* License, Version 2.0 (the "License"); you may not use this file
|
|
* except in compliance with the License. You may obtain a copy of
|
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
|
*/
|
|
|
|
#include <svx/ucsubset.hrc>
|
|
|
|
/*
|
|
* strings for unicode range descriptions (used e.g. by charmap)
|
|
* (see the Unicode Standard & TrueType::OS2.ulUnicodeRange description)
|
|
*/
|
|
|
|
StringArray RID_SUBSETMAP
|
|
{
|
|
ItemList [ en-US ] =
|
|
{
|
|
< "Basic Latin"; RID_SUBSETSTR_BASIC_LATIN ; > ;
|
|
< "Latin-1"; RID_SUBSETSTR_LATIN_1 ; > ;
|
|
< "Latin Extended-A"; RID_SUBSETSTR_LATIN_EXTENDED_A ; > ;
|
|
< "Latin Extended-B"; RID_SUBSETSTR_LATIN_EXTENDED_B ; > ;
|
|
< "IPA Extensions"; RID_SUBSETSTR_IPA_EXTENSIONS ; > ;
|
|
< "Spacing Modifier Letters"; RID_SUBSETSTR_SPACING_MODIFIERS ; > ;
|
|
< "Combining Diacritical Marks"; RID_SUBSETSTR_COMB_DIACRITICAL ; > ;
|
|
< "Basic Greek"; RID_SUBSETSTR_BASIC_GREEK ; > ;
|
|
< "Greek Symbols And Coptic"; RID_SUBSETSTR_GREEK_SYMS_COPTIC ; > ;
|
|
< "Cyrillic"; RID_SUBSETSTR_CYRILLIC ; > ;
|
|
< "Armenian"; RID_SUBSETSTR_ARMENIAN ; > ;
|
|
< "Basic Hebrew"; RID_SUBSETSTR_BASIC_HEBREW ; > ;
|
|
< "Hebrew Extended"; RID_SUBSETSTR_HEBREW_EXTENDED ; > ;
|
|
< "Basic Arabic"; RID_SUBSETSTR_BASIC_ARABIC ; > ;
|
|
< "Arabic Extended"; RID_SUBSETSTR_ARABIC_EXTENDED ; > ;
|
|
< "Devanagari"; RID_SUBSETSTR_DEVANAGARI ; > ;
|
|
< "Bengali"; RID_SUBSETSTR_BENGALI ; > ;
|
|
< "Gurmukhi"; RID_SUBSETSTR_GURMUKHI ; > ;
|
|
< "Gujarati"; RID_SUBSETSTR_GUJARATI ; > ;
|
|
< "Odia"; RID_SUBSETSTR_ODIA ; > ;
|
|
< "Tamil"; RID_SUBSETSTR_TAMIL ; > ;
|
|
< "Telugu"; RID_SUBSETSTR_TELUGU ; > ;
|
|
< "Kannada"; RID_SUBSETSTR_KANNADA ; > ;
|
|
< "Malayalam"; RID_SUBSETSTR_MALAYALAM ; > ;
|
|
< "Thai"; RID_SUBSETSTR_THAI ; > ;
|
|
< "Lao"; RID_SUBSETSTR_LAO ; > ;
|
|
< "Basic Georgian"; RID_SUBSETSTR_BASIC_GEORGIAN ; > ;
|
|
< "Georgian Extended"; RID_SUBSETSTR_GEORGIAN_EXTENDED ; > ;
|
|
< "Hangul Jamo"; RID_SUBSETSTR_HANGUL_JAMO ; > ;
|
|
< "Latin Extended Additionals"; RID_SUBSETSTR_LATIN_EXTENDED_ADDS ; > ;
|
|
< "Greek Extended"; RID_SUBSETSTR_GREEK_EXTENDED ; > ;
|
|
< "General punctuation"; RID_SUBSETSTR_GENERAL_PUNCTUATION ; > ;
|
|
< "Superscripts and Subscripts"; RID_SUBSETSTR_SUB_SUPER_SCRIPTS ; > ;
|
|
< "Currency Symbols"; RID_SUBSETSTR_CURRENCY_SYMBOLS ; > ;
|
|
< "Combining Diacritical Symbols"; RID_SUBSETSTR_COMB_DIACRITIC_SYMS ; > ;
|
|
< "Letterlike Symbols"; RID_SUBSETSTR_LETTERLIKE_SYMBOLS ; > ;
|
|
< "Number Forms"; RID_SUBSETSTR_NUMBER_FORMS ; > ;
|
|
< "Arrows"; RID_SUBSETSTR_ARROWS ; > ;
|
|
< "Mathematical Operators"; RID_SUBSETSTR_MATH_OPERATORS ; > ;
|
|
< "Miscellaneous Technical"; RID_SUBSETSTR_MISC_TECHNICAL ; > ;
|
|
< "Control Pictures"; RID_SUBSETSTR_CONTROL_PICTURES ; > ;
|
|
< "Optical Character Recognition"; RID_SUBSETSTR_OPTICAL_CHAR_REC ; > ;
|
|
< "Enclosed Alphanumerics"; RID_SUBSETSTR_ENCLOSED_ALPHANUM ; > ;
|
|
< "Box Drawing"; RID_SUBSETSTR_BOX_DRAWING ; > ;
|
|
< "Block Elements"; RID_SUBSETSTR_BLOCK_ELEMENTS ; > ;
|
|
< "Geometric Shapes"; RID_SUBSETSTR_GEOMETRIC_SHAPES ; > ;
|
|
< "Miscellaneous Symbols"; RID_SUBSETSTR_MISC_DINGBATS ; > ;
|
|
< "Dingbats"; RID_SUBSETSTR_DINGBATS ; > ;
|
|
< "CJK Symbols And Punctuation"; RID_SUBSETSTR_CJK_SYMS_PUNCTUATION ; > ;
|
|
< "Hiragana"; RID_SUBSETSTR_HIRAGANA ; > ;
|
|
< "Katakana"; RID_SUBSETSTR_KATAKANA ; > ;
|
|
< "Bopomofo"; RID_SUBSETSTR_BOPOMOFO ; > ;
|
|
< "Hangul Compatibility Jamo"; RID_SUBSETSTR_HANGUL_COMPAT_JAMO ; > ;
|
|
< "CJK Miscellaneous"; RID_SUBSETSTR_CJK_MISC ; > ;
|
|
< "Enclosed CJK Letters And Months"; RID_SUBSETSTR_ENCLOSED_CJK_LETTERS ; > ;
|
|
< "CJK Compatibility"; RID_SUBSETSTR_CJK_COMPATIBILITY ; > ;
|
|
< "Hangul"; RID_SUBSETSTR_HANGUL ; > ;
|
|
< "CJK Unified Ideographs"; RID_SUBSETSTR_CJK_UNIFIED_IDGRAPH ; > ;
|
|
< "CJK Unified Ideographs Extension A"; RID_SUBSETSTR_CJK_EXT_A_UNIFIED_IDGRAPH ; > ;
|
|
< "Private Use Area"; RID_SUBSETSTR_PRIVATE_USE_AREA ; > ;
|
|
< "CJK Compatibility Ideographs"; RID_SUBSETSTR_CJK_COMPAT_IDGRAPHS ; > ;
|
|
< "Alphabetic Presentation Forms"; RID_SUBSETSTR_ALPHA_PRESENTATION ; > ;
|
|
< "Arabic Presentation Forms-A"; RID_SUBSETSTR_ARABIC_PRESENT_A ; > ;
|
|
< "Combining Half Marks"; RID_SUBSETSTR_COMBINING_HALF_MARKS ; > ;
|
|
< "CJK Compatibility Forms"; RID_SUBSETSTR_CJK_COMPAT_FORMS ; > ;
|
|
< "Small Form Variants"; RID_SUBSETSTR_SMALL_FORM_VARIANTS ; > ;
|
|
< "Arabic Presentation Forms-B"; RID_SUBSETSTR_ARABIC_PRESENT_B ; > ;
|
|
< "Half-width and Full-width Forms"; RID_SUBSETSTR_HALFW_FULLW_FORMS ; > ;
|
|
< "Specials"; RID_SUBSETSTR_SPECIALS ; > ;
|
|
< "Yi Syllables"; RID_SUBSETSTR_YI_SYLLABLES ; > ;
|
|
< "Yi Radicals"; RID_SUBSETSTR_YI_RADICALS ; > ;
|
|
< "Old Italic"; RID_SUBSETSTR_OLD_ITALIC ; > ;
|
|
< "Gothic"; RID_SUBSETSTR_GOTHIC ; > ;
|
|
< "Deseret"; RID_SUBSETSTR_DESERET ; > ;
|
|
< "Byzantine Musical Symbols"; RID_SUBSETSTR_BYZANTINE_MUSICAL_SYMBOLS ; > ;
|
|
< "Musical Symbols"; RID_SUBSETSTR_MUSICAL_SYMBOLS ; > ;
|
|
< "Mathematical Alphanumeric Symbols"; RID_SUBSETSTR_MATHEMATICAL_ALPHANUMERIC_SYMBOLS ; > ;
|
|
< "CJK Unified Ideographs Extension B"; RID_SUBSETSTR_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_B ; > ;
|
|
< "CJK Unified Ideographs Extension C"; RID_SUBSETSTR_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_C ; > ;
|
|
< "CJK Unified Ideographs Extension D"; RID_SUBSETSTR_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_D ; > ;
|
|
< "CJK Compatibility Ideographs Supplement"; RID_SUBSETSTR_CJK_COMPATIBILITY_IDEOGRAPHS_SUPPLEMENT ; > ;
|
|
< "Tags"; RID_SUBSETSTR_TAGS ; > ;
|
|
< "Cyrillic Supplement"; RID_SUBSETSTR_CYRILLIC_SUPPLEMENTARY ; > ;
|
|
< "Variation Selectors"; RID_SUBSETSTR_VARIATION_SELECTORS ; > ;
|
|
< "Supplementary Private Use Area-A"; RID_SUBSETSTR_SUPPLEMENTARY_PRIVATE_USE_AREA_A ; > ;
|
|
< "Supplementary Private Use Area-B"; RID_SUBSETSTR_SUPPLEMENTARY_PRIVATE_USE_AREA_B ; > ;
|
|
< "Limbu"; RID_SUBSETSTR_LIMBU ; > ;
|
|
< "Tai Le"; RID_SUBSETSTR_TAI_LE ; > ;
|
|
< "Khmer Symbols"; RID_SUBSETSTR_KHMER_SYMBOLS ; > ;
|
|
< "Phonetic Extensions"; RID_SUBSETSTR_PHONETIC_EXTENSIONS ; > ;
|
|
< "Miscellaneous Symbols And Arrows"; RID_SUBSETSTR_MISCELLANEOUS_SYMBOLS_AND_ARROWS ; > ;
|
|
< "Yijing Hexagram Symbols"; RID_SUBSETSTR_YIJING_HEXAGRAM_SYMBOLS ; > ;
|
|
< "Linear B Syllabary"; RID_SUBSETSTR_LINEAR_B_SYLLABARY ; > ;
|
|
< "Linear B Ideograms"; RID_SUBSETSTR_LINEAR_B_IDEOGRAMS ; > ;
|
|
< "Aegean Numbers"; RID_SUBSETSTR_AEGEAN_NUMBERS ; > ;
|
|
< "Ugaritic"; RID_SUBSETSTR_UGARITIC ; > ;
|
|
< "Shavian"; RID_SUBSETSTR_SHAVIAN ; > ;
|
|
< "Osmanya"; RID_SUBSETSTR_OSMANYA ; > ;
|
|
< "Sinhala"; RID_SUBSETSTR_SINHALA ; > ;
|
|
< "Tibetan"; RID_SUBSETSTR_TIBETAN ; > ;
|
|
< "Myanmar"; RID_SUBSETSTR_MYANMAR ; > ;
|
|
< "Khmer"; RID_SUBSETSTR_KHMER ; > ;
|
|
< "Ogham"; RID_SUBSETSTR_OGHAM ; > ;
|
|
< "Runic"; RID_SUBSETSTR_RUNIC ; > ;
|
|
< "Syriac"; RID_SUBSETSTR_SYRIAC ; > ;
|
|
< "Thaana"; RID_SUBSETSTR_THAANA ; > ;
|
|
< "Ethiopic"; RID_SUBSETSTR_ETHIOPIC ; > ;
|
|
< "Cherokee"; RID_SUBSETSTR_CHEROKEE ; > ;
|
|
< "Canadian Aboriginal Syllables"; RID_SUBSETSTR_CANADIAN_ABORIGINAL ; > ;
|
|
< "Mongolian"; RID_SUBSETSTR_MONGOLIAN ; > ;
|
|
< "Miscellaneous Mathematical Symbols-A"; RID_SUBSETSTR_MISC_MATH_SYMS_A ; > ;
|
|
< "Supplemental Arrows-A"; RID_SUBSETSTR_SUPPL_ARROWS_A ; > ;
|
|
< "Braille Patterns"; RID_SUBSETSTR_BRAILLE_PATTERNS ; > ;
|
|
< "Supplemental Arrows-B"; RID_SUBSETSTR_SUPPL_ARROWS_B ; > ;
|
|
< "Miscellaneous Mathematical Symbols-B"; RID_SUBSETSTR_MISC_MATH_SYMS_B ; > ;
|
|
< "CJK Radical Supplement"; RID_SUBSETSTR_CJK_RADICAL_SUPPL ; > ;
|
|
< "Kangxi Radicals"; RID_SUBSETSTR_KANGXI_RADICALS ; > ;
|
|
< "Ideographic Description Characters"; RID_SUBSETSTR_IDEO_DESC_CHARS ; > ;
|
|
< "Tagalog"; RID_SUBSETSTR_TAGALOG ; > ;
|
|
< "Hanunoo"; RID_SUBSETSTR_HANUNOO ; > ;
|
|
< "Tagbanwa"; RID_SUBSETSTR_TAGBANWA ; > ;
|
|
< "Buhid"; RID_SUBSETSTR_BUHID ; > ;
|
|
< "Kanbun"; RID_SUBSETSTR_KANBUN ; > ;
|
|
< "Bopomofo Extended"; RID_SUBSETSTR_BOPOMOFO_EXTENDED ; > ;
|
|
< "Katakana Phonetics"; RID_SUBSETSTR_KATAKANA_PHONETIC ; > ;
|
|
< "CJK Strokes"; RID_SUBSETSTR_CJK_STROKES ; > ;
|
|
< "Cypriot Syllabary"; RID_SUBSETSTR_CYPRIOT_SYLLABARY ; > ;
|
|
< "Tai Xuan Jing Symbols"; RID_SUBSETSTR_TAI_XUAN_JING_SYMBOLS ; > ;
|
|
< "Variation Selectors Supplement"; RID_SUBSETSTR_VARIATION_SELECTORS_SUPPLEMENT ; > ;
|
|
< "Ancient Greek Musical Notation"; RID_SUBSETSTR_ANCIENT_GREEK_MUSICAL_NOTATION ; > ;
|
|
< "Ancient Greek Numbers"; RID_SUBSETSTR_ANCIENT_GREEK_NUMBERS ; > ;
|
|
< "Arabic Supplement"; RID_SUBSETSTR_ARABIC_SUPPLEMENT ; > ;
|
|
< "Buginese"; RID_SUBSETSTR_BUGINESE ; > ;
|
|
< "Combining Diacritical Marks Supplement"; RID_SUBSETSTR_COMBINING_DIACRITICAL_MARKS_SUPPLEMENT ; > ;
|
|
< "Coptic"; RID_SUBSETSTR_COPTIC ; > ;
|
|
< "Ethiopic Extended"; RID_SUBSETSTR_ETHIOPIC_EXTENDED ; > ;
|
|
< "Ethiopic Supplement"; RID_SUBSETSTR_ETHIOPIC_SUPPLEMENT ; > ;
|
|
< "Georgian Supplement"; RID_SUBSETSTR_GEORGIAN_SUPPLEMENT ; > ;
|
|
< "Glagolitic"; RID_SUBSETSTR_GLAGOLITIC ; > ;
|
|
< "Kharoshthi"; RID_SUBSETSTR_KHAROSHTHI ; > ;
|
|
< "Modifier Tone Letters"; RID_SUBSETSTR_MODIFIER_TONE_LETTERS ; > ;
|
|
< "New Tai Lue"; RID_SUBSETSTR_NEW_TAI_LUE ; > ;
|
|
< "Old Persian"; RID_SUBSETSTR_OLD_PERSIAN ; > ;
|
|
< "Phonetic Extensions Supplement"; RID_SUBSETSTR_PHONETIC_EXTENSIONS_SUPPLEMENT ; > ;
|
|
< "Supplemental Punctuation"; RID_SUBSETSTR_SUPPLEMENTAL_PUNCTUATION ; > ;
|
|
< "Syloti Nagri"; RID_SUBSETSTR_SYLOTI_NAGRI ; > ;
|
|
< "Tifinagh"; RID_SUBSETSTR_TIFINAGH ; > ;
|
|
< "Vertical Forms"; RID_SUBSETSTR_VERTICAL_FORMS ; > ;
|
|
< "Nko"; RID_SUBSETSTR_NKO ; > ;
|
|
< "Balinese"; RID_SUBSETSTR_BALINESE ; > ;
|
|
< "Latin Extended-C"; RID_SUBSETSTR_LATIN_EXTENDED_C ; > ;
|
|
< "Latin Extended-D"; RID_SUBSETSTR_LATIN_EXTENDED_D ; > ;
|
|
< "Phags-Pa"; RID_SUBSETSTR_PHAGS_PA ; > ;
|
|
< "Phoenician"; RID_SUBSETSTR_PHOENICIAN ; > ;
|
|
< "Cuneiform"; RID_SUBSETSTR_CUNEIFORM ; > ;
|
|
< "Cuneiform Numbers And Punctuation"; RID_SUBSETSTR_CUNEIFORM_NUMBERS_AND_PUNCTUATION ; > ;
|
|
< "Counting Rod Numerals"; RID_SUBSETSTR_COUNTING_ROD_NUMERALS ; > ;
|
|
< "Sundanese"; RID_SUBSETSTR_SUNDANESE ; > ;
|
|
< "Lepcha"; RID_SUBSETSTR_LEPCHA ; > ;
|
|
< "Ol Chiki"; RID_SUBSETSTR_OL_CHIKI ; > ;
|
|
< "Cyrillic Extended-A"; RID_SUBSETSTR_CYRILLIC_EXTENDED_A ; > ;
|
|
< "Vai"; RID_SUBSETSTR_VAI ; > ;
|
|
< "Cyrillic Extended-B"; RID_SUBSETSTR_CYRILLIC_EXTENDED_B ; > ;
|
|
< "Saurashtra"; RID_SUBSETSTR_SAURASHTRA ; > ;
|
|
< "Kayah Li"; RID_SUBSETSTR_KAYAH_LI ; > ;
|
|
< "Rejang"; RID_SUBSETSTR_REJANG ; > ;
|
|
< "Cham"; RID_SUBSETSTR_CHAM ; > ;
|
|
< "Ancient Symbols"; RID_SUBSETSTR_ANCIENT_SYMBOLS ; > ;
|
|
< "Phaistos Disc"; RID_SUBSETSTR_PHAISTOS_DISC ; > ;
|
|
< "Lycian"; RID_SUBSETSTR_LYCIAN ; > ;
|
|
< "Carian"; RID_SUBSETSTR_CARIAN ; > ;
|
|
< "Lydian"; RID_SUBSETSTR_LYDIAN ; > ;
|
|
< "Mahjong Tiles"; RID_SUBSETSTR_MAHJONG_TILES ; > ;
|
|
< "Domino Tiles"; RID_SUBSETSTR_DOMINO_TILES ; > ;
|
|
< "Samaritan"; RID_SUBSETSTR_SAMARITAN ; > ;
|
|
< "Canadian Aboriginal Syllabics Extended"; RID_SUBSETSTR_UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS_EXTENDED ; > ;
|
|
< "Tai Tham"; RID_SUBSETSTR_TAI_THAM ; > ;
|
|
< "Vedic Extensions"; RID_SUBSETSTR_VEDIC_EXTENSIONS ; > ;
|
|
< "Lisu"; RID_SUBSETSTR_LISU ; > ;
|
|
< "Bamum"; RID_SUBSETSTR_BAMUM ; > ;
|
|
< "Common Indic Number Forms"; RID_SUBSETSTR_COMMON_INDIC_NUMBER_FORMS ; > ;
|
|
< "Devanagari Extended"; RID_SUBSETSTR_DEVANAGARI_EXTENDED ; > ;
|
|
< "Hangul Jamo Extended-A"; RID_SUBSETSTR_HANGUL_JAMO_EXTENDED_A ; > ;
|
|
< "Javanese"; RID_SUBSETSTR_JAVANESE ; > ;
|
|
< "Myanmar Extended-A"; RID_SUBSETSTR_MYANMAR_EXTENDED_A ; > ;
|
|
< "Tai Viet"; RID_SUBSETSTR_TAI_VIET ; > ;
|
|
< "Meetei Mayek"; RID_SUBSETSTR_MEETEI_MAYEK ; > ;
|
|
< "Hangul Jamo Extended-B"; RID_SUBSETSTR_HANGUL_JAMO_EXTENDED_B ; > ;
|
|
< "Imperial Aramaic"; RID_SUBSETSTR_IMPERIAL_ARAMAIC ; > ;
|
|
< "Old South Arabian"; RID_SUBSETSTR_OLD_SOUTH_ARABIAN ; > ;
|
|
< "Avestan"; RID_SUBSETSTR_AVESTAN ; > ;
|
|
< "Inscriptional Parthian"; RID_SUBSETSTR_INSCRIPTIONAL_PARTHIAN ; > ;
|
|
< "Inscriptional Pahlavi"; RID_SUBSETSTR_INSCRIPTIONAL_PAHLAVI ; > ;
|
|
< "Old Turkic"; RID_SUBSETSTR_OLD_TURKIC ; > ;
|
|
< "Rumi Numeral Symbols"; RID_SUBSETSTR_RUMI_NUMERAL_SYMBOLS ; > ;
|
|
< "Kaithi"; RID_SUBSETSTR_KAITHI ; > ;
|
|
< "Egyptian Hieroglyphs"; RID_SUBSETSTR_EGYPTIAN_HIEROGLYPHS ; > ;
|
|
< "Enclosed Alphanumeric Supplement"; RID_SUBSETSTR_ENCLOSED_ALPHANUMERIC_SUPPLEMENT ; > ;
|
|
< "Enclosed Ideographic Supplement"; RID_SUBSETSTR_ENCLOSED_IDEOGRAPHIC_SUPPLEMENT ; > ;
|
|
< "Mandaic"; RID_SUBSETSTR_MANDAIC ; > ;
|
|
< "Batak"; RID_SUBSETSTR_BATAK ; > ;
|
|
< "Ethiopic Extended-A"; RID_SUBSETSTR_ETHIOPIC_EXTENDED_A ; > ;
|
|
< "Brahmi"; RID_SUBSETSTR_BRAHMI ; > ;
|
|
< "Bamum Supplement"; RID_SUBSETSTR_BAMUM_SUPPLEMENT ; > ;
|
|
< "Kana Supplement"; RID_SUBSETSTR_KANA_SUPPLEMENT ; > ;
|
|
< "Playing Cards"; RID_SUBSETSTR_PLAYING_CARDS ; > ;
|
|
< "Miscellaneous Symbols And Pictographs"; RID_SUBSETSTR_MISCELLANEOUS_SYMBOLS_AND_PICTOGRAPHS ; > ;
|
|
< "Emoticons"; RID_SUBSETSTR_EMOTICONS ; > ;
|
|
< "Transport And Map Symbols"; RID_SUBSETSTR_TRANSPORT_AND_MAP_SYMBOLS ; > ;
|
|
< "Alchemical Symbols"; RID_SUBSETSTR_ALCHEMICAL_SYMBOLS ; > ;
|
|
< "Arabic Extended-A"; RID_SUBSETSTR_ARABIC_EXTENDED_A ; > ;
|
|
< "Arabic Mathematical Alphabetic Symbols"; RID_SUBSETSTR_ARABIC_MATHEMATICAL_ALPHABETIC_SYMBOLS ; > ;
|
|
< "Chakma"; RID_SUBSETSTR_CHAKMA ; > ;
|
|
< "Meetei Mayek Extensions"; RID_SUBSETSTR_MEETEI_MAYEK_EXTENSIONS ; > ;
|
|
< "Meroitic Cursive"; RID_SUBSETSTR_MEROITIC_CURSIVE ; > ;
|
|
< "Meroitic Hieroglyphs"; RID_SUBSETSTR_MEROITIC_HIEROGLYPHS ; > ;
|
|
< "Miao"; RID_SUBSETSTR_MIAO ; > ;
|
|
< "Sharada"; RID_SUBSETSTR_SHARADA ; > ;
|
|
< "Sora Sompeng"; RID_SUBSETSTR_SORA_SOMPENG ; > ;
|
|
< "Sundanese Supplement"; RID_SUBSETSTR_SUNDANESE_SUPPLEMENT ; > ;
|
|
< "Takri"; RID_SUBSETSTR_TAKRI ; > ;
|
|
< "Bassa Vah"; RID_SUBSETSTR_BASSA_VAH ; > ;
|
|
< "Caucasian Albanian"; RID_SUBSETSTR_CAUCASIAN_ALBANIAN ; > ;
|
|
< "Coptic Epact Numbers"; RID_SUBSETSTR_COPTIC_EPACT_NUMBERS ; > ;
|
|
< "Combining Diacritical Marks Extended"; RID_SUBSETSTR_COMBINING_DIACRITICAL_MARKS_EXTENDED ; > ;
|
|
< "Duployan"; RID_SUBSETSTR_DUPLOYAN ; > ;
|
|
< "Elbasan"; RID_SUBSETSTR_ELBASAN ; > ;
|
|
< "Geometric Shapes Extended"; RID_SUBSETSTR_GEOMETRIC_SHAPES_EXTENDED ; > ;
|
|
< "Grantha"; RID_SUBSETSTR_GRANTHA ; > ;
|
|
< "Khojki"; RID_SUBSETSTR_KHOJKI ; > ;
|
|
< "Khudawadi"; RID_SUBSETSTR_KHUDAWADI ; > ;
|
|
< "Latin Extended-E"; RID_SUBSETSTR_LATIN_EXTENDED_E ; > ;
|
|
< "Linear A"; RID_SUBSETSTR_LINEAR_A ; > ;
|
|
< "Mahajani"; RID_SUBSETSTR_MAHAJANI ; > ;
|
|
< "Manichaean"; RID_SUBSETSTR_MANICHAEAN ; > ;
|
|
< "Mende Kikakui"; RID_SUBSETSTR_MENDE_KIKAKUI ; > ;
|
|
< "Modi"; RID_SUBSETSTR_MODI ; > ;
|
|
< "Mro"; RID_SUBSETSTR_MRO ; > ;
|
|
< "Myanmar Extended-B"; RID_SUBSETSTR_MYANMAR_EXTENDED_B ; > ;
|
|
< "Nabataean"; RID_SUBSETSTR_NABATAEAN ; > ;
|
|
< "Old North Arabian"; RID_SUBSETSTR_OLD_NORTH_ARABIAN ; > ;
|
|
< "Old Permic"; RID_SUBSETSTR_OLD_PERMIC ; > ;
|
|
< "Ornamental Dingbats"; RID_SUBSETSTR_ORNAMENTAL_DINGBATS ; > ;
|
|
< "Pahawh Hmong"; RID_SUBSETSTR_PAHAWH_HMONG ; > ;
|
|
< "Palmyrene"; RID_SUBSETSTR_PALMYRENE ; > ;
|
|
< "Pau Cin Hau"; RID_SUBSETSTR_PAU_CIN_HAU ; > ;
|
|
< "Psalter Pahlavi"; RID_SUBSETSTR_PSALTER_PAHLAVI ; > ;
|
|
< "Shorthand Format Controls"; RID_SUBSETSTR_SHORTHAND_FORMAT_CONTROLS ; > ;
|
|
< "Siddham"; RID_SUBSETSTR_SIDDHAM ; > ;
|
|
< "Sinhala Archaic Numbers"; RID_SUBSETSTR_SINHALA_ARCHAIC_NUMBERS ; > ;
|
|
< "Supplemental Arrows-C"; RID_SUBSETSTR_SUPPLEMENTAL_ARROWS_C ; > ;
|
|
< "Tirhuta"; RID_SUBSETSTR_TIRHUTA ; > ;
|
|
< "Warang Citi"; RID_SUBSETSTR_WARANG_CITI ; > ;
|
|
< "Ahom"; RID_SUBSETSTR_AHOM ; > ;
|
|
< "Anatolian Hieroglyphs"; RID_SUBSETSTR_ANATOLIAN_HIEROGLYPHS ; > ;
|
|
< "Cherokee Supplement"; RID_SUBSETSTR_CHEROKEE_SUPPLEMENT ; > ;
|
|
< "CJK Unified Ideographs Extension E"; RID_SUBSETSTR_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_E ; > ;
|
|
< "Early Dynastic Cuneiform"; RID_SUBSETSTR_EARLY_DYNASTIC_CUNEIFORM ; > ;
|
|
< "Hatran"; RID_SUBSETSTR_HATRAN ; > ;
|
|
< "Multani"; RID_SUBSETSTR_MULTANI ; > ;
|
|
< "Old Hungarian"; RID_SUBSETSTR_OLD_HUNGARIAN ; > ;
|
|
< "Supplemental Symbols And Pictographs"; RID_SUBSETSTR_SUPPLEMENTAL_SYMBOLS_AND_PICTOGRAPHS ; > ;
|
|
< "Sutton Signwriting"; RID_SUBSETSTR_SUTTON_SIGNWRITING ; > ;
|
|
< "Adlam"; RID_SUBSETSTR_ADLAM ; > ;
|
|
< "Bhaiksuki"; RID_SUBSETSTR_BHAIKSUKI ; > ;
|
|
< "Cyrillic Extended-C"; RID_SUBSETSTR_CYRILLIC_EXTENDED_C ; > ;
|
|
< "Glagolitic Supplement"; RID_SUBSETSTR_GLAGOLITIC_SUPPLEMENT ; > ;
|
|
< "Ideographic Symbols and Punctuation"; RID_SUBSETSTR_IDEOGRAPHIC_SYMBOLS_AND_PUNCTUATION ; > ;
|
|
< "Marchen"; RID_SUBSETSTR_MARCHEN ; > ;
|
|
< "Mongolian Supplement"; RID_SUBSETSTR_MONGOLIAN_SUPPLEMENT ; > ;
|
|
< "Newa"; RID_SUBSETSTR_NEWA ; > ;
|
|
< "Osage"; RID_SUBSETSTR_OSAGE ; > ;
|
|
< "Tangut"; RID_SUBSETSTR_TANGUT ; > ;
|
|
< "Tangut Components"; RID_SUBSETSTR_TANGUT_COMPONENTS ; > ;
|
|
};
|
|
};
|
|
|
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|