|
From: Stephen D. <sd...@gm...> - 2012-10-30 20:40:01
|
On Tue, Oct 30, 2012 at 7:59 PM, Stephen Deasey <sd...@gm...> wrote: > > But the code points of iso88591 are a subset of utf8... Actually, this doesn't make sense. The byte encoding of code points above 128 uses two bytes for utf8, but only one byte for iso88591. Looks like you need -charset. |