khrome/ascii-art

Default alphabet error (i18n)

jdz321 opened this issue · 5 comments

I just try the example command in https://github.com/khrome/ascii-art/blob/master/docs/Terminal.md, it shows me an error below

image

perhaps related to localization? what happens when you explicitly use an alphabet with -a?

It works... What could be the cause?

image

this tool is interesting and I wanna to fix it 😀

I'm going to guess that the default is somehow changed as part of localization... my hint being the undefined entry using a localized string in the list of available alphabets. Thanks for looking at it... let me know if you discover anything!

Theoretically this alphabet should have no effect, as it's initialized in main, but only used if images are rendered. probably just poorly handled init logic.

the 2.0 architecture changed things around, this should not be the case anymore.