I'm trying to get a URL that has a german accent in it (could also be a french accent) - bücher (books), to redirect to a non-accented URL. However, when I try the following redirect in my .htaccess file, I can't get it to work (ie. nothing happens).
RewriteRule ^bücher$ http://example.com/bucher$1 [R=301,L]
Any ideas how to implement this redirect correctly - in other words, how to get htaccess to recognize my character accent?