I know that it is possible to create links where UTF8 characters are encoded, but is it possible to actually match these characters in rewriting rules? Example: just rewrite the static page in utf8 Cyrillic Russian text to some other page.
Yes, it is possible:
RewriteRule ^de/b\xC3\xA4ume$ en/trees [L]
This will match /de/bäumeand rewrite it on /en/trees.
/de/bäume
/en/trees
Source: https://habr.com/ru/post/1714045/More articles:Storing passwords for batch jobs - javaBringing Power to PHP - mathLimiting login attempts regardless of user? - securityWhat is the python equivalent of "urllib2" on a point network? - c #How to disable toolbar in VisualStudio 2008 - visual-studioCrypted_password is null when using Authlogic to save a user - ruby-on-railsObjective-C Bonjour / TCP Stack - objective-cHow to use Maven assembly in several projects? - maven-2Comparison operators are not supported for type 'System.String []' - c #Is there a programmatic way to get short names in windows? - windowsAll Articles