Recently i've been involved in writing document in Korean. I've managed to install the hangul package and write the following statement :
\usepackage{hangul} % pretty simple
everything was fine until I tried to print the document I wrote : All the korean characters went like shuffled ascii chars (unreadable indeed). If I try to copy/paste from the pdf to a notepad instance, the character are as if they were printed (therefore something really similar to that : "öÎÇoe¿e@/¾úò¶|ÎÇoD¥2ÎÇoDÐ Wu|{èà" - don't feel insulted).
I'm not used with fontenc and inputenc & co. Where should i focus my figuring-out ?
I have the following settings :
- MiKTeX 2.9
- Using TeXstudio
- My document is UTF-8 (from TeXstudio editor options, not using any statements of input encoding in the document)
The structure of my document is as follow :
\documentclass{article}
\usepackage{hangul}
\begin{document}
안녕, 한국어 이해할 수 있습니까?
\end{document}
