sgimenez / laby

Learn programming, playing with ants and spider webs ;-)
https://sgimenez.github.io/laby/
Other
98 stars 39 forks source link

switch ascii on utf-8 #57

Open glixx opened 5 years ago

glixx commented 5 years ago

Some strings are not translated because of ascii.

q2dg commented 5 years ago

Well, sadly this project seems abandoned

sgimenez commented 4 years ago

The problem is that some programming languages don't support non-ascii characters. However nowadays most do. So you're right maybe we should try to allow non-ascii in programs and see what workaround we can come up with for older programming languages.