|
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>bidi overrides</title>
|
|
</head><body>
|
|
&#x202d; forces ltr<br />
|
|
&#x202e; forces rtl<br />
|
|
&#x202c; restores bidi<br />
|
|
<blockquote>
|
|
this is ltr: hello<br />
|
|
this is rtl: olleh
|
|
</blockquote>
|
|
</body>
|
|
</html>
|