Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

There are unicode libraries for Lua should you need to do unicode manipulation. In real life though I rarely have needed much. What functions do you need?


What I had in mind was Unicode string normalization, comparison and sorting as well as finding the length of strings correctly when they contain combining characters, ligatures and such. What is the library of choice for this?

For anyone curious about the potential issues there is a good article about the flaws in JavaScript's handling of Unicode at http://mathiasbynens.be/notes/javascript-unicode#accounting-.... HN discussion: https://news.ycombinator.com/item?id=7221362.


Yes, you'll need a unicode library for that. Lua's length operator count bytes not characters.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: