@@ -283,24 +283,24 @@ typedef struct { const uint32_t cp; const wchar_t* v; } UNWIF_canon_exc_t;
283
283
/* sorted for binary search */
284
284
#define UNWIF_canon_exc_size 9
285
285
static const UNWIF_canon_exc_t UNWIF_canon_exc [9 ] = {
286
- { 0x1d160 , L"\xd834\xdd58\xd834\xdd65\xd834\xdd6e" },
287
- { 0x1d161 , L"\xd834\xdd58\xd834\xdd65\xd834\xdd6f" },
288
- { 0x1d162 , L"\xd834\xdd58\xd834\xdd65\xd834\xdd70" },
289
- { 0x1d163 , L"\xd834\xdd58\xd834\xdd65\xd834\xdd71" },
290
- { 0x1d164 , L"\xd834\xdd58\xd834\xdd65\xd834\xdd72" },
291
- { 0x1d1bd , L"\xd834\xddb9\xd834\xdd65\xd834\xdd6e" },
292
- { 0x1d1be , L"\xd834\xddba\xd834\xdd65\xd834\xdd6e" },
293
- { 0x1d1bf , L"\xd834\xddb9\xd834\xdd65\xd834\xdd6f" },
294
- { 0x1d1c0 , L"\xd834\xddba\xd834\xdd65\xd834\xdd6f" }
286
+ { 0x1d160 , L"\xd834\xdd58\xd834\xdd65\xd834\xdd6e" },
287
+ { 0x1d161 , L"\xd834\xdd58\xd834\xdd65\xd834\xdd6f" },
288
+ { 0x1d162 , L"\xd834\xdd58\xd834\xdd65\xd834\xdd70" },
289
+ { 0x1d163 , L"\xd834\xdd58\xd834\xdd65\xd834\xdd71" },
290
+ { 0x1d164 , L"\xd834\xdd58\xd834\xdd65\xd834\xdd72" },
291
+ { 0x1d1bd , L"\xd834\xddb9\xd834\xdd65\xd834\xdd6e" },
292
+ { 0x1d1be , L"\xd834\xddba\xd834\xdd65\xd834\xdd6e" },
293
+ { 0x1d1bf , L"\xd834\xddb9\xd834\xdd65\xd834\xdd6f" },
294
+ { 0x1d1c0 , L"\xd834\xddba\xd834\xdd65\xd834\xdd6f" }
295
295
};
296
296
297
297
static const wchar_t * UNWIF_canon_tbl [6 ] = {
298
- (const wchar_t * ) UNWIF_canon_tbl_1 ,
299
- (const wchar_t * ) UNWIF_canon_tbl_2 ,
300
- (const wchar_t * ) UNWIF_canon_tbl_3 ,
301
- (const wchar_t * ) UNWIF_canon_tbl_4 ,
302
- NULL ,
303
- (const wchar_t * ) UNWIF_canon_tbl_6
298
+ (const wchar_t * ) UNWIF_canon_tbl_1 ,
299
+ (const wchar_t * ) UNWIF_canon_tbl_2 ,
300
+ (const wchar_t * ) UNWIF_canon_tbl_3 ,
301
+ (const wchar_t * ) UNWIF_canon_tbl_4 ,
302
+ NULL ,
303
+ (const wchar_t * ) UNWIF_canon_tbl_6
304
304
};
305
305
306
306
/* the rows */
0 commit comments