bug 1057330 pt 2 - regenerate Unicode character property tables with updated tool. rs=smontagu

This commit is contained in:
Jonathan Kew 2014-08-28 16:00:03 +01:00
parent 5107a89a97
commit a35f478ca0
2 changed files with 668 additions and 653 deletions

File diff suppressed because one or more lines are too long

View File

@ -11,7 +11,7 @@
*/
/*
* Created on Fri Aug 22 16:49:19 2014 from UCD data files with version info:
* Created on Tue Aug 26 10:16:12 2014 from UCD data files with version info:
*
# Date: 2014-06-12, 20:18:00 GMT [KW]
@ -52,6 +52,9 @@ Standard.
# Unihan_Variants.txt
# Date: 2014-05-09 18:17:02 GMT [JHJ]
# VerticalOrientation-12.txt
# Date: 2014-07-07, 21:00:00 GMT [EM, KI, LI]
*
* * * * * This file contains MACHINE-GENERATED DATA, do not edit! * * * * *
*/
@ -61,22 +64,26 @@ Standard.
#pragma pack(1)
struct nsCharProps1 {
unsigned char mMirrorOffsetIndex:5;
unsigned char mHangulType:3;
unsigned char mCombiningClass:8;
};
struct nsCharProps2 {
unsigned char mScriptCode:8;
unsigned char mEAW:3;
unsigned char mCategory:5;
unsigned char mBidiCategory:5;
unsigned char mXidmod:4;
signed char mNumericValue:5;
unsigned char mHanVariant:2;
signed char mNumericValue:5;
unsigned char mVertOrient:2;
};
#pragma pack()
enum {