haikuwebkit/LayoutTests/fast/text/text-transform-turkish-and-...

15 lines
642 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head><meta charset="utf-8"></head>
<body>
<p>Turkish uppercasing (each pair should match): İ İ, I I.</p>
<p>Turkish lowercasing (each pair should match): i i, i i, ı ı.</p>
<p>Azeri uppercasing (each pair should match): İ İ, I I.</p>
<p>Azeri lowercasing (each pair should match): i i, i i, ı ı.</p>
<p>Turkish subtag uppercasing (each pair should match): İ İ, I I.</p>
<p>Turkish subtag lowercasing (each pair should match): i i, i i, ı ı.</p>
<p>Azeri subtag uppercasing (each pair should match): İ İ, I I.</p>
<p>Azeri subtag lowercasing (each pair should match): i i, i i, ı ı.</p>
</body>
</html>