On Mon, Jan 19, 2004 at 05:04:09PM +0200, Oleg Sverdlov wrote: > Hi there, > have you tried to set the encoding in HTTP header ? > > Content-type: text/vnd.wap.wml; charset=koi8-r > > And print XML header the usual way: > > <?xml version="1.0"?>
That would be definitely incorrect, since the default encoding for XML is UTF-8, which contradicts to the HTTP header. So, much better would be giving: <?xml version="1.0" encoding="KOI8-R"?> Regards, Andre. -- Andre E. Bar'yudin Home page: http://www.cs.huji.ac.il/~baryudin/ ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
