added support for Unicode v6.2

This commit is contained in:
Justin Meza 2013-03-12 11:03:22 -04:00
parent f5ac2751bf
commit 589eaf9a21
1 changed files with 3 additions and 1 deletions

View File

@ -19815,6 +19815,7 @@ static const char *names[] = {
"TRUMPET",
"TUGRIK SIGN",
"TULIP",
"TURKISH LIRA SIGN",
"TURNED AMPERSAND",
"TURNED ANGLE",
"TURNED BLACK SHOGI PIECE",
@ -41559,6 +41560,7 @@ static const long codepoints[] = {
0x1F3BA,
0x20AE,
0x1F337,
0x20BA,
0x214B,
0x29A2,
0x26CA,
@ -43488,7 +43490,7 @@ static const long codepoints[] = {
0x200B
};
#define NUM_UNICODE 21741
#define NUM_UNICODE 21742
/**
* Performs a binary search on an array of strings.