Skip to content

Fix non ascii characters#5

Open
jcubic wants to merge 1 commit intoscottgonzalez:masterfrom
jcubic:non-ascii
Open

Fix non ascii characters#5
jcubic wants to merge 1 commit intoscottgonzalez:masterfrom
jcubic:non-ascii

Conversation

@jcubic
Copy link

@jcubic jcubic commented Sep 20, 2012

Fix for issue #4 I try to fix it by calculating an offest. It seems that characters larger then 160 have extra line, but after struggle with it (and not every font have the same 102 offset)

for i in fonts/*; do echo -n "$i ";sed '/^160/,$ d' < $i | grep @@ | wc -l; done

I create a code that scan through array to search for the string that contain the character

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant