I am having a problem passing what I call "extended German charcters" to a php script from an html form. i.e. If the German word "küche" is entered in the html form the encoding is incorrect when tring to process the var in the called script. The char "ü" is the problem.
Using urlencode on the php script side is not working. Perhaps it needs to be encoded before passing to the script? I am not sure which way to go.
Your help is greatly appreciated.