Since I need to show a character in Czech, I use the following:
\usepackage[czech]{babel}
This makes everthing looks good including the Czech character, except for the following line showing unexpected result in the generated .pdf:
\usepackage[toc,page]{appendix}
(skip)
\begin{appendices}
becomes like below instead of printing "APPENDICES":
P RÍLOHA A
Any solution idea is appreciated.