correct enconding for latin caracters
lowercase
uppercase
numerals
ponctuation
e basic latin
this: ºª¹²³£¢¬°°§ºçàáâãèéêìíîòóôõùúûüÀÁÇÂÃÈÉÊÌÍÎÒÓÔÕÙÚÛÜñÑ
or use:
1 2 System.useCodepage = true;
12965 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Leonardo Faria http://www.leonardofaria.net
1 2 System.useCodepage = true;
1 2 RewriteEngine On 3 RewriteRule ^contest\/?([0-9]+) test.php?contest=$1