A blog about software by Alexander Yaäkov Garber.

Refactoring and Unicode

Ruby's implementation of Unicode for Lithuanian, an admittedly complicated language, is not perfect but I have modified a useful script on Gist for identifying the unicode value of a given character.

Now that I can identify the unicode value of tricky diacritics and accents, I can refine my code.

Details of the script here.