% -*- coding: iso-8859-2 -*- % example_pl.tex, works with pdflatex and modern lualatex in TeX Live 2019. % The input encoding is ISO-8859-2 (latin2). \documentclass{article} \PassOptionsToPackage{hungarian}{babel} \usepackage[inputenc=latin2]{uni8} \begin{document} \hyphenation{y�-y�-y�-y�-y�-y�-y�} \showhyphens{y�y�y�y�y�y�y�} \showhyphens{�rv�zt�r� t�k�rf�r�g�p} \hrule width \hsize \bigskip \vbox{\Huge\hsize7em\hrule\noindent . . . . . bababababababa\hrule} \bigskip \vbox{\Huge\hsize7em\hrule\noindent . . . . . b�b�b�b�b�b�b�\hrule} \bigskip \vbox{\Huge\hsize7em\hrule\noindent . . . . . b�b�b�b�b�b�b�\hrule} \bigskip \vbox{\Huge\hsize7em\hrule\noindent . . . . . y�y�y�y�y�y�y�\hrule} \bigskip \vfill\hrule width\hsize \end{document}