christiangoltz / shaape

Shaape is an ascii art to image converter designed to be used with asciidoc.
Other
106 stars 19 forks source link

Added UTF8 characters support. #6

Closed bmustiata closed 11 years ago

bmustiata commented 11 years ago

Made the default encoding UTF8, instead of the platform one. Thus characters such as ș, ț, ă etc. render correctly now, instead of mutliple spaces.

christiangoltz commented 11 years ago

Thank you for the patch, I merged it into the develop branch and fixed the unit tests to pass after the merge. Looks really nice now.

bmustiata commented 11 years ago

Good :+1:. I'm glad you like it.