From: Daniel Finnie Date: 2007-03-10T12:51:01+09:00 Subject: PDF::Writer with UTF-8 I have searched and searched and came up with nothing about the /current/ state of UTF-8 with PDF-Writer. Has any one had any luck with it? I've tried using Iconv but it gets errors. I know this is valid utf-8, however, because Firefox and Ruby in the terminal render it fine. I also read about using UTF-16 by doing 0xfe 0xff before the string ("\xfe\xff#{str}") but that didn't work either. Anyone got any ideas? Dan Finnie