<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>AN after L</title>
<style type="text/css">
.lro { direction:ltr; unicode-bidi:bidi-override; };
</style>
</head>
<body>
The following two lines should be the same:
<p class="lro">abcגבא١٢٣</p>
<p>abc١٢٣אבג</p>
</body>
</html>