auto-hyphenation-pl-1.html (438B)
1 <!DOCTYPE html> 2 <html lang="pl"> 3 <head> 4 <meta charset="utf-8"> 5 <title>Polish hyphenation test</title> 6 <style> 7 body { 8 font-family: "Times New Roman", serif; /* prefer TNR to Times (default) on OS X... */ 9 font-feature-settings: 'kern' off; 10 } 11 </style> 12 </head> 13 <body> 14 <div style="width:0pt; hyphens:auto"> 15 Unikod przypisuje unikalny numer każdemu znakowi, 16 niezależny od używanej platformy, 17 programu czy języka. 18 </div> 19 </body> 20 </html>