Advertisement
Guest User

Combined diacritical marks test for Romanian

a guest
Feb 2nd, 2015
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.69 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  5. <style type="text/css">p,h1{font-family:Arial;font-size:36px;font-weight:normal;margin:10px 0 20px 0;}</style>
  6. </head>
  7. <body>
  8. <h1>Caracterele cu diacritice combinatorii:</h1>
  9. <p>
  10. &#x0061;&#x0306;
  11. &#x0041;&#x0306;
  12. &#x0061;&#x0302;
  13. &#x0041;&#x0302;
  14. &#x0069;&#x0302;
  15. &#x0049;&#x0302;
  16. &#x0073;&#x0326;
  17. &#x0053;&#x0326;
  18. &#x0074;&#x0326;
  19. &#x0054;&#x0326;
  20. </p>
  21. <h1>Caracterele directe:</h1>
  22. <p>
  23. &#x0103;
  24. &#x0102;
  25. &#x00E2;
  26. &#x00C2;
  27. &#x00EE;
  28. &#x00CE;
  29. &#x0219;
  30. &#x0218;
  31. &#x021B;
  32. &#x021A;
  33. </p>
  34. </body>
  35. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement