I think you have to use mod_mime and use the directives AddCharset, AddEncoding, AddLanguage, stb... for the hungarian based requests. Make sure the header going for the hungarian vhost has the right language, characterset and encoding specified.
In Hungarian that would look like: "a barátságok ápolására" On Sep 1, 2011, at 9:43 AM, Arunkumar Janarthanan wrote: Hi,
I am trying to configure a rewrite rule in Apache which runs on Linux server, the Apache instance has multiple virtual host one of the site runs for Hungary.
While the user requested for a rewrite rule with Hungarian character set which is appearing ok in browser, however when I try to create rewrite rule which interprets the hungarian characters into mixture of special characters.
Please advice, how could I achieve this, below is an example.
Hungarian Character: "Öt_jó_ok a_barátságok_ápolására"
Interpreted in Linux as "..t_j.._ok a_bar..ts..gok_..pol..s..ra" OR "a_bar..ts..gok_..pol..s..ra"
--
Arun J
|