Allow fluent bidi characters only when needed #26
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
By default, fluent adds bidi isolate characters everywhere. (e.g.
\u2068
and\u2069
at begin and end of inserted values like{ $foo }
. This breaks hyperlinks and may break any other text that is not only meant to be displayed directly. (and it's absolutely useless for certain languages)TODO: find how to enable/disable this only when needed. If it's not possible, then post an issue to fluent.