Forum Moderators: coopster & phranque

Message Too Old, No Replies

special language characters in url

         

bogdan2

5:36 pm on Feb 11, 2003 (gmt 0)



Hi

I have the script which find a record that begins on special characters.

When I type in url that special characters (http://domain/diseases/list/¯) I dont see antything, becouse this special characters is converting to 2 signs. How i can recoverting this 2 signs to 1 signs.

What I shuld type to see record. I try with urldecode and urlencode but without result.

seindal

6:34 pm on Feb 11, 2003 (gmt 0)

10+ Year Member



Some browsers turn non-ascii characters in the url into UTF-8 while others just leave it as it is, essentially making 8-bit characters in urls useless. Avoid them. It is just a source of problems.

René.