diff options
-rwxr-xr-x | enc/unicode/case-folding.rb | 6 | ||||
-rw-r--r-- | enc/unicode/casefold.h | 5 |
2 files changed, 11 insertions, 0 deletions
@@ -155,6 +155,12 @@ class CaseFolding dest.print("/* DO NOT EDIT THIS FILE. */\n") dest.print("/* Generated by enc/unicode/case-folding.rb */\n\n") # print folding data # CaseFold + CaseFold_Locale @@ -1,6 +1,11 @@ /* DO NOT EDIT THIS FILE. */ /* Generated by enc/unicode/case-folding.rb */ static const CaseFold_11_Type CaseFold_11_Table[] = { #define CaseFold (*(CaseFold_11_Type (*)[1319])(CaseFold_11_Table+0)) {0x0041, {1|F|D, {0x0061}}}, |