Comparison

util-src/encodings.c @ 7857:db48b1697234

Merge 0.10->trunk
author Kim Alvefur <zash@zash.se>
date Mon, 23 Jan 2017 19:34:14 +0100
parent 7835:a809dcfd0c5b
child 7889:b8d694646597
comparison
equal deleted inserted replaced
7822:4caaa0c185f1 7857:db48b1697234
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>