Default alphabet error (i18n)
jdz321 opened this issue · 5 comments
jdz321 commented
I just try the example command in https://github.com/khrome/ascii-art/blob/master/docs/Terminal.md, it shows me an error below
khrome commented
perhaps related to localization? what happens when you explicitly use an alphabet with -a
?
jdz321 commented
khrome commented
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!
khrome commented
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.
khrome commented
the 2.0 architecture changed things around, this should not be the case anymore.