util-src/encodings.c
changeset 7838 a809dcfd0c5b
parent 7821 54669df178c2
child 7892 b8d694646597
equal deleted inserted replaced
7837:a2081d28bd22 7838:a809dcfd0c5b
   248 static const luaL_Reg Reg_utf8[] = {
   248 static const luaL_Reg Reg_utf8[] = {
   249 	{ "valid",	Lutf8_valid	},
   249 	{ "valid",	Lutf8_valid	},
   250 	{ "length",	Lutf8_length	},
   250 	{ "length",	Lutf8_length	},
   251 	{ NULL,		NULL	}
   251 	{ NULL,		NULL	}
   252 };
   252 };
   253 
       
   254 
   253 
   255 /***************** STRINGPREP *****************/
   254 /***************** STRINGPREP *****************/
   256 #ifdef USE_STRINGPREP_ICU
   255 #ifdef USE_STRINGPREP_ICU
   257 
   256 
   258 #include <unicode/usprep.h>
   257 #include <unicode/usprep.h>