Here's my attempt:
Code: Select all
\documentclass[11pt, pdftex, a4page, utf8]{scrreprt}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage[T1]{fontenc}
%...
\usepackage{CJK}
\newcommand{\jap}[1]{\begin{CJK}{UTF8}{min}#1\end{CJK}}
%...
\begin{document}
%...
\jap{よろしくお願いします}
%...
\end{document}
What's more, when I close the editor (using TeXstudio on Win7, btw), the characters in the tex file have also been replaced with question marks:
\jap{??????????}
So ... why is that, and how do I make it work like I intend it to?
Any help with this would be appreciated.