How to use national characters with Win XP and notepad

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
revacomp

How to use national characters with Win XP and notepad

Post by revacomp »

I use Win XP, notepad text editor and IM 6.4.1.

I found why accents were not processed under the -annotate coomand:
it comes from notepad text editor. When editing accent characters such as é, è, ù, ... into the command line these characters are not saved properly because notepad is a 7 bits editor. It replaces them by wrong characters. The solution is to edit 8 bits characters using ALT+[decimal value of the character to edit], and it works straight!

PS: it does not work when saving the txt file under unicode coding format because notepad adds control characters which IM do not understand.
akustik

Re: How to use national characters with Win XP and notepad

Post by akustik »

i added the special characters with edit.com to my txt.files and it works fine. :)
Post Reply