I am trying to use non-english characters to work in memoir for a book I wrote. It is science fiction and I am 'making up' an alien language. While I am no linguist, this is only for a few sort sentences until the technology takes over. The problem is while I have ĵÊÄ¡£ÄãÇÕãl£¿¬FÚÔ for example. It looks fine until processed though LaTex. Then everything becomes ???? ??? ?????. Packages I am currently using are:
\usepackage{palatino}
\usepackage{graphicx}
\usepackage{wrapfig}
\usepackage{textcomp}
\usepackage{nextpage}
I added
\usepackage[utf8x]{inputenc}
to the preamble. Then the characters appear properly in the source .tex document when viewed in TexStudio but when processed to PDF I get a lot of "unknown character" errors and "malformed UTF-8 sequence". And the characters are either omitted or converted to ???? ??? ???????.
On another note 50.0441° N doesn't display properly either. I thought that was included with \usepackage[utf8x]{inputenc}?

