blob: 03b1715957b53431dcc40463b6c657fdcf4911d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<!DOCTYPE html>
<!-- ZWNJ test #1. Persian words containing a ZWNJ (copied from
http://www.unics.uni-hannover.de/nhtcapri/bidirectional-text.html) -->
<html>
<head>
<title>ZWNJ test</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<style type="text/css">
body {
font-size: 36px;
}
</style>
</head>
<body lang="ar">
<p>هفته‌ها</p>
<p>موزه‌ها</p>
<p>سه‌شنبه</p>
<p>راه‌آهن</p>
<p>نرم‌افزار</p>
</body>
</html>
|