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?".
I wonder if it is partialy due to the font you use - if the character is not there it is replaced with something else ? Again I didn't get some of the letters in the code so I assume my PC is not setup for them ? Therfore they were not in the output image ?
Right after a further test I find that if I change the "Encode in ANSI" to "Encode in UTF-8" in my editor ( Notepad+++ ). I get all the characters in the code:
I have also done things "properly" now and have added the <html> tags etc. and used the meta tag for UTF8; I may not need to have done this but I thought it would be a good idea.
Note I had to remove the " around the text or else I had the "squares" instead of the characters.
You get squares if the font does not handle the specific UTF-8 characters.
This is a UTF-8 character string and few commandline handlers especially windows commandline, handles UTF-8 directly. I recommnd the UTF-8 string be piped into Im using a file or pipeline. This is the way I handle the chinese text in IM Examples http://www.cit.gu.edu.au/~anthony/graph ... t/#unicode