I add iconv to my configure, and now iconv is built in:
http://img85.imageshack.us/my.php?image=iconv2pr.png

I tryed to run pmapper adding defCharset = ISO-8859-1, but the problem is 
still the same... (also leaving the default config.ini, display the same 
error...)

P.S. I am running the current BETA

Thx
Luca




Alle 09:31, luned? 10 aprile 2006, hai scritto:
> it seems that utf8_encode() depends on the iconv library, even if the PHP
> docs don't say anything about this dependency. But this fits well into the
> sometimes chaotic character of PHP...
>
> You can either re-compile PHP to use iconv (it's trange that it was not
> included in your PHP installation) or define the functions in common.php
> like:
>
> function utf8_encode($in)
> {
>     return $in;
> }
>
> function utf8_decode($in)
> {
>     return $in;
> }
>
> Slightly stupid solution but it should work. Because you will then get no
> UTF encoded strings it might be necessary to set the defCharset in
> config.ini to ISO-8859-1, but you had to check if the strings with
> non-ASCII characters like the accents in Italian are correctly displayed or
> not...
>
> armin
>
> > Thx Armin, i cecked all but didn't notice the F....
> >
> > Right now the only things on log is this:
> > [10-Apr-2006 01:48:55] PHP Fatal error:  Call to undefined function
> > utf8_encode() in /var/www/localhost/htdocs/pmapper/incphp/initgroups.php
> > on
> > line 143
> >
> > Is there a search functions on mailing list?
> >
> > Thx
> > Luca
> >
> >
> > --
> > "E' molto pi? bello sapere qualcosa di tutto, che tutto di una cosa
> > (Blaise
> > Pascal)."
>
> anche se non sia cosi' bello, ma qualchevolta e' utile sapere un po' di
> piu' di solo "qualcosa"...

-- 
"E' molto pi? bello sapere qualcosa di tutto, che tutto di una cosa (Blaise 
Pascal)."

GENTOO-GIS Development Team
jabber: casagrande a jabber.linux.it

 

Reply via email to