Hey. I'm having some problems with character encoding in search option list. my search parameters are defined like this:
<searchitem name="ko" description="K.O."> <layer type="postgis" name="ko"> <field type="s" name="imeko" description="Ime K.O." wildcard="2"> <definition type="options" connectiontype="db" sort="asc" firstoption="*"> <dsn encoding="ISO-8859-2">pgsql://postgres:luke@localhost:5001/dadabik_win1250</dsn> <sql>SELECT DISTINCT imeko, imeko FROM public.ko_zk_slo WHERE imeko IS NOT NULL ORDER BY imeko</sql> </definition> </field> </layer> </searchitem> Characters č,š,ž,Č,Š,Ž are not showing correctly but are ok in query result, also labels are shown alright. my postgis database has windows-1250 (ISO-8859-2) encoding. The problem is the same with every web browser. Can anyone tell me what's wrong? Thanks! ------------------------------------------------------------------------------ Better than sec? Nothing is better than sec when it comes to monitoring Big Data applications. Try Boundary one-second resolution app monitoring today. Free. http://p.sf.net/sfu/Boundary-dev2dev _______________________________________________ pmapper-users mailing list pmapper-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pmapper-users