Usergroup: Administrator
Joined: Dec 21, 2001
Location: Northern California
Total Topics: 49
Total Posts: 5539
Posted 04/01/08 - 11:56 AM:
#2
Since tags are restricted to alphanumeric characters, you'll need to add a tweak to list special characters for your language: http://scripts.webmastersite.net/wsnlinks/wsnmanu... The $keepchars = ''; // special characters to allow in tag names line there is the one you need to fill in. This could be particularly annoying if you have to type a whole alphabet, but I don't see any way around it.