Kaydet (Commit) 2d636b56 authored tarafından Eike Rathke's avatar Eike Rathke

add block/subset names new in Unicode Standard 8.0 / ICU 56

Change-Id: I42685ff22f61f2c6c82439dd23393fd1ac17daa0
üst 7950288c
...@@ -281,6 +281,16 @@ ...@@ -281,6 +281,16 @@
#define RID_SUBSETSTR_SUPPLEMENTAL_ARROWS_C (RID_SUBSET_START + 253) #define RID_SUBSETSTR_SUPPLEMENTAL_ARROWS_C (RID_SUBSET_START + 253)
#define RID_SUBSETSTR_TIRHUTA (RID_SUBSET_START + 254) #define RID_SUBSETSTR_TIRHUTA (RID_SUBSET_START + 254)
#define RID_SUBSETSTR_WARANG_CITI (RID_SUBSET_START + 255) #define RID_SUBSETSTR_WARANG_CITI (RID_SUBSET_START + 255)
#define RID_SUBSETSTR_AHOM (RID_SUBSET_START + 256)
#define RID_SUBSETSTR_ANATOLIAN_HIEROGLYPHS (RID_SUBSET_START + 257)
#define RID_SUBSETSTR_CHEROKEE_SUPPLEMENT (RID_SUBSET_START + 258)
#define RID_SUBSETSTR_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_E (RID_SUBSET_START + 259)
#define RID_SUBSETSTR_EARLY_DYNASTIC_CUNEIFORM (RID_SUBSET_START + 260)
#define RID_SUBSETSTR_HATRAN (RID_SUBSET_START + 261)
#define RID_SUBSETSTR_MULTANI (RID_SUBSET_START + 262)
#define RID_SUBSETSTR_OLD_HUNGARIAN (RID_SUBSET_START + 263)
#define RID_SUBSETSTR_SUPPLEMENTAL_SYMBOLS_AND_PICTOGRAPHS (RID_SUBSET_START + 264)
#define RID_SUBSETSTR_SUTTON_SIGNWRITING (RID_SUBSET_START + 265)
// RID_SUBSET_END (RID_SUBSET_START + 299) // RID_SUBSET_END (RID_SUBSET_START + 299)
......
...@@ -1039,6 +1039,46 @@ Resource RID_SUBSETMAP ...@@ -1039,6 +1039,46 @@ Resource RID_SUBSETMAP
{ {
Text [ en-US ] = "Warang Citi"; Text [ en-US ] = "Warang Citi";
}; };
String RID_SUBSETSTR_AHOM
{
Text [ en-US ] = "Ahom";
};
String RID_SUBSETSTR_ANATOLIAN_HIEROGLYPHS
{
Text [ en-US ] = "Anatolian Hieroglyphs";
};
String RID_SUBSETSTR_CHEROKEE_SUPPLEMENT
{
Text [ en-US ] = "Cherokee Supplement";
};
String RID_SUBSETSTR_CJK_UNIFIED_IDEOGRAPHS_EXTENSION_E
{
Text [ en-US ] = "CJK Unified Ideographs Extension E";
};
String RID_SUBSETSTR_EARLY_DYNASTIC_CUNEIFORM
{
Text [ en-US ] = "Early Dynastic Cuneiform";
};
String RID_SUBSETSTR_HATRAN
{
Text [ en-US ] = "Hatran";
};
String RID_SUBSETSTR_MULTANI
{
Text [ en-US ] = "Multani";
};
String RID_SUBSETSTR_OLD_HUNGARIAN
{
Text [ en-US ] = "Old Hungarian";
};
String RID_SUBSETSTR_SUPPLEMENTAL_SYMBOLS_AND_PICTOGRAPHS
{
Text [ en-US ] = "Supplemental Symbols And Pictographs";
};
String RID_SUBSETSTR_SUTTON_SIGNWRITING
{
Text [ en-US ] = "Sutton Signwriting";
};
}; };
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment