Hacker News new | ask | show | jobs
by trnglina 2420 days ago
> But if Latin-style scripts are so much easier to input into computers, and if computers are not just the wave of the future but the present as well

But the hard part isn't supporting _a_ script, it's supporting _all_ scripts (or at least, all relevant scripts, in our modern interconnected age). It's only moderately more complicated, even with existing latin-centric tools, to only support a single script. Heck, If you only support Chinese + Japanese for example: you can always assume monospacing, which makes layout a breeze; line-wrapping rules are extremely simple [0]; and word-breaking (and associated headaches, like hyphenation and inter-word spacing) is practically a non-factor.

[0]: https://en.wikipedia.org/wiki/Line_breaking_rules_in_East_As...