davidwalsh.name
Sorting Strings with Accented Characters
3
Strings can create a whole host of problems within any programming language. Whether it’s a simple string, a string containing emojis, html entities, and even accented characters, if we don’t scrub data or make the right string handling choices, w... Read full article