TheZoraiz / ascii-image-converter

A cross-platform command-line tool to convert images into ascii art and print them on the console. Now supports braille art!
Apache License 2.0
2.18k stars 127 forks source link

make conversion work with non-ascii character maps #42

Open RandomGuyWithoutY opened 5 months ago

RandomGuyWithoutY commented 5 months ago

See: https://go.dev/blog/strings Using standard range iteration writes the byte offset into index and not the character offset, thus failing to correctly index into the output map.