That topic has discussed chinese string without whitespace.
Now I need to output an image with such command :
convert -background black -fill white -font wts11.ttf -pointsize 20 -size 100x -encoding utf8 caption:"一二三四五六七八九十 一二三四五六七八九十" caption.gif
The chinese string is split by a whitespace. The words before the whitespace has not been wrapped , and words after whitespace has been wrapped currently.
If I run another command :
The whitespace is replaced by a SBC case whitespaceconvert -background black -fill white -font wts11.ttf -pointsize 20 -size 100x -encoding utf8 caption:"一二三四五六七八九十 一二三四五六七八九十" caption.gif
Then the caption.gif will appear some messy code like "???"
The chinese font can be downloaded form http://cle.linux.org.tw/fonts/wangfonts/wts11.ttf
My ImageMagick version is 6.7.0-7 2011-07-04 Q16 , Mac Snow Leopard