1. Isolating Latin text inside an RTL sequence
Localization EngineerBackground
A localized web application displays dynamic English strings inside Hebrew sentences, causing trailing punctuation to snap to the wrong side.
Problem
Verify that wrapping mixed content in an RLI isolate correctly confines embedding level increases without corrupting outer paragraph flow.
How to use
Enter `<RLI>abc אבג def.<PDI>` into the text input and set Paragraph direction to 'auto'.
text: "<RLI>abc אבג def.<PDI>", direction: "auto"Outcome
The rule walkthrough shows base level 0, Latin tokens raised to level 2 inside the isolate, and L2 reversal passes generating the visual sequence `.def [reversed Hebrew] abc`.