Actualy I tested many combinations of utf8_decode, utf8_encode
and urldecode. But yes now I think that the € arrives well in my log file.
Many thanks for all your advice. I think that now my search continues on
the PHP/DB side as Thomas said :)



2012/9/10 Abraham Lin <[email protected]>

> I just re-read your original post, and I think the problem is that you're
> using utf8_decode on the server side. According to the 
> documentation<http://php.net/manual/en/function.utf8-decode.php>,
> utf8_decode converts a UTF-8 string into ISO-8859-1, which doesn't support
> the euro symbol. Have you tried removing that call? (You should probably
> specify the encoding on the client side anyway, as that's really the only
> way to authoritatively communicate the encoding to the server).
>
> -Abraham
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-web-toolkit/-/OZ4B5Zb9RQoJ.
>
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to