|
|
|
|
|
by OfSanguineFire
967 days ago
|
|
Blind people reliant on screenreaders often complain about people using unusual Unicode characters to spice up their writing, since the screenreader can’t make sense of those characters or tries to pronounce them as in the language they were intended for. So, the approach toyed with here would be a veritable nightmare for those members of the community. |
|
In any case, because a Utext starts & ends as a plain text file, there is no reason you have to throw away the source text serve readers only the compiled fancy Unicode text version; they can live happily in the same file. You can (and should for reasons I outline) serve both the original 'source' and the 'compiled' version, and you can be clever about using whitespace or control characters to signal inband which is which, allowing the user to choose with a trivial grep: https://gwern.net/utext#utext-format And so in practice I think it would be superior in accessibility than many things.