On Mon, Jun 12, 2006 at 01:47:24PM +0100, Daniel P. Berrange wrote: > If you're not already using UTF-8 in your C program, then its at most one > single method call to convert. So you're going to pretend all the world is iso-8859-1, which happens to be encoded as utf-8. I'm not sure if it's that much of a step up from "all the world is ascii". OG.