30 Mar
2007
30 Mar
'07
1:10 p.m.
On Fri, 30 Mar 2007 17:49:08 +0900, Jong-won Choi <jc@itsec.co.kr> wrote:
Are you sure you got the png image without ':convert-chars nil'?
Yes.
I'm using Ubuntu LTS with Korean locale. With ':convert-chars t', the default, I got incorrect result and with ':convert-chars nil' I got correct result.
I now remember that we had something similar on the mailing list a few weeks ago - check the archive. It might be due to different versions of libgd. Or your locale is the culprit. You could try with (map 'string #'code-char '(52964 47676 47532 49845)) instead of a literal string just to be sure. That's what I did.