Use unicode characters on, Windows

Eric Arrigo <[email protected]>
Newsgroups gmane.comp.video.image-magick.user
Message-ID <[email protected]>
Hi,

I am trying to generate images with text label containing accents
characters, like for example "Tête".
I had a look to this very informative page
http://www.imagemagick.org/Usage/windows/ but find no information on this
topic.

Here is what I've tried until now:
convert label:Tête tete.png
convert label:T\u00EAte tete.png
convert label:T\U00EAte tete.png
convert label:T\u00eate tete.png
convert label:T\U00eate tete.png
convert label:T\\u00EAte tete.png
convert label:T\\U00EAte tete.png
convert label:T\\u00eate tete.png
convert label:T\\U00eate tete.png
convert label:T^\u00EAte tete.png
convert label:T^\U00EAte tete.png
convert label:T^\u00eate tete.png
convert label:T^\U00eate tete.png
convert label:T^u00EAte tete.png
convert label:T^U00EAte tete.png
convert label:T^u00eate tete.png
convert label:T^U00eate tete.png
convert label:T^^u00EAte tete.png
convert label:T^^U00EAte tete.png
convert label:T^^u00eate tete.png
convert label:T^^U00eate tete.png

(I found the ê character's unicode value on
http://fr.wikipedia.org/wiki/Table_des_caract%C3%A8res_Unicode/U0080).

I tried (most of) those on the command line, in a batch file saved in ANSI,
UTF8, and UTF16 (both Big and Little Endian...).

I think I obviously missed something easy here :o)
Could somebody point me to the right direction ?

Eric
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.