Following on from the post Using TIPA with fontspec, how would I go about using IPA glyphs with XeLaTeX using the actual Unicode UTF-8 characters instead of using the tipa re-encoding? That is, using tipa you can say
\textipa{f@"nEtIks}
but I'd like just to be able to type
fə′nɛtɪks
or even
\textipa{fə′nɛtɪks}
that is, using the actual UTF-8 characters, not the tipa symbolic notation. Is this possible?

fontspec,xelatex, Unicode, and UTF-8, I take it for granted that the OP knows how to load unicode fonts withfontspec. (Isn't the default fontcm, btw?) – Sverre Jun 10 '15 at 13:10fontspecandxelatex, and Proper way to use LaTeX fonts in XeLaTeX. The added dimension is thattipais the only font with T3 encoding. – Jason Zentz Jun 10 '15 at 16:37