luautf8
luautf8 copied to clipboard
a utf-8 support module for Lua and LuaJIT.
Results
11
luautf8 issues
Sort by
recently updated
recently updated
newest added
Your README says "Some routines in string module needn't support Unicode: string.format" However, this code is proof that string.format does need unicode support: print(string.format("*%-35s*", "abcdefghijklmnopqrstuvwxyz")) print(string.format("*%-35s*", "àb¢défghijklmnöpqrstüvwxyz")) string.format does not...
enhancement