Dear Armin,

I'm not sure it work for other encoding or not.
My project use uft-8 encoding and problem with Thai character  when search
with  IE  not problem  with  FireFox.
I just insert a line  before line no.78 on xmlhttp.js


 78>     url = encodeURI(url); // add for thai search in IE

before 78>  req.open("GET", url, true);

Work well for me.

According to lazaros at http://www.nabble.com/PHP-and-AJAX-t3562272.html

hope it help,
Wirote Laongmanee

2007/5/17, Armin Burger <[EMAIL PROTECTED]>:
>
> It's a bit difficult to identify the problem. It is somewhere in the
> handling of an XMLHttp request where IE6 does not want to accept
> non-Ascii characters and the request fails. I never noticed this before.
> I will see how to fix it.
>
> armin
>
> ivan mincik wrote:
> > Dear Armin,
> > first, thanks for relasing beta 5.
> >
> > I would like to also draw attention to one bug in searching layers by
> > attributes in non UTF layers (in my case windows-1250)  in IE.
> >
> > In firefox of opera browsers, everything is OK. only IE is bad.
> >
> > When I try to find fo example string "Šariš" - nothing is found in layer
> > - nothing is found in case when non UTF character is first in string.
> >
> > In the case of looking for Prešov I will get "Predmier Prečín Prešov
> > Prejta    Predajná   Prestavlky  Prenčov   Preseľany   Ipeľské
> > Predmostie   Preseľany nad Ipľom"
> >
> >
> > Thanks
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> pmapper-users mailing list
> pmapper-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>



-- 
Wirote Laongmanee
http://parn-site.blogspot.com
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to