SpelledOut.jl
SpelledOut.jl copied to clipboard
Add flag emoji support for language keyword argument?
E.g.,
spelled_out(1234, lang = π·πΊ)
spelled_out(1234, lang = πΊπΈ)
spelled_out(1234, lang = π¬π§)
spelled_out(1234, lang = πͺπΈ)
spelled_out(1234, lang = π³πΏ)
spelled_out(1234, lang = π§π·)
(you get the idea).
Wouldn't be hard to implement, but would have to hard-code them (possibly goes against #30). Would just be a bit of fun π€·ββοΈ
yes!, i like it!, in the next PR it will be implemented
This actually might be more difficult than imagined. I just tried implementing it but they may not be valid unicode characters in Julia.