Citando Stipe Tolj <[EMAIL PROTECTED]>: > > PS: This reminds me that we could mo-recode it to utf-8 instead of iso, > with a > > parameter ;) > > Kannels internal charset is ISO (latin1).
mo-recode-charset = utf-8 ? ;) it's a simple patch. Just carry this string to mo-recode function and give it to iconv. I guess it's always possible to convert from iso to utf8 and from ucs2 to utf8, thus you'll have always utf-8 requests. Besides, it's easier to do utf8-iso-utf8 than ucs2-something in external apps ;) -- <br/> 11:19:11 up 132 days, 11:32, 2 users, load average: 0.22, 0.24, 0.32 A hacker does for love what others would not do for money.
