Hacker News new | ask | show | jobs
by amake 93 days ago
That’s great for you. Isn’t feasible for software development by teams that are native in a language with a non-Latin script.
1 comments

Do you write the code itself in a language other than English? Localizations typically are in different files.
I do see a handful of people using non-ASCII identifiers in their code, but that's rare. Much more common is explanatory comments, docstrings, etc. in the local language. To require those to be ASCII would be a non-starter.