https://issues.apache.org/bugzilla/show_bug.cgi?id=49387
Summary: Unable to modify default charset setting to UTF-8 or
Shift_JIS
Product: Apache httpd-2
Version: 2.2.3
Platform: PC
OS/Version: Linux
Status: NEW
Severity: critical
Priority: P2
Component: Runtime Config
AssignedTo: [email protected]
ReportedBy: [email protected]
Hi,
Apache web server uses ISO-8859-1 as default charset for sending all the
responses, whereas as I want to use UTF-8 or shift_JIS as charset. I tried
adding the parameter "AddDefaultCharset UTF-8" in httpd.conf file as well as
.htaccess file (After modifying Allowoverride to value All), but still when I
am accessing a page apache uses "ISO-8859-1" in response charset.
I am using the resources which are using "shift_JIS" encodings in the <meta>
tags and apache is overriding the same with ISO-8859, that is why in the final
page I am seeing junk characters and I have to change the encoding setting
manually in the client browser to see proper text.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]