I need to put word "naïve" on a plot, and save it as PNG and PDF. Sometime it's in a title, or in tick label. Whatever I've tried I always get right arrow symbol (png) or empty space (pdf) instead of the ï character.
I've looked into functions native2unicode and unicode2native, but they seems to be only for file input/output.
I cannot believe this task is so difficult in MATLAB.
I'm using MATLAB 2012b undier Windows 7.
The symbol ï has ascii code 0239, or hex 0xEF. MATLAB shows it in console if it's entered with Alt-0239, but displays as empty square.

MATLAB returns 26 as character's code:
>> int32('Naïve')
ans =
78 97 26 118 101
This symbol isn't present in MATLAB's TeX Character Sequence Table.
ïin plot titles and callingdisp('ï')works just fine for me in R2013a on OSX 10.8.3. Is the font you are using able display the character properly in other applications? - erikcedsaveas(gcf, 'mydir/myFile.png')type of stat ement) that things go wrong. @yuk - can you give a complete code sample to reproduce your problem? - Floris