|
Home > Archive > Apache Server configuration support > November 2006 > apache charset
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| Hi,
i'm developing a website in many languages..
I've a problem with links that contain strange characters like =F8 or
=E5.
Before set href property, i use php function urlencode, but when the
browser search the page return not found..
On line all works well so i suppose it's a problem of httpd.conf.. It's
possible?
Thanks in advance
| |
| shimmyshack 2006-11-29, 7:31 am |
| I run a website in 12 or so languages, including
european/ukranian/russian/ soon to add japanese. I personally would
steer well clear of using such characters in urls. OK the url is then
harder to read for a russian than for an english native, but hey, less
complexity. Following google russia or other large international sites
I keep my urls simple, however this is just MY opinion.
AddDefaultCharset utf-8
http://twiki.org/cgi-bin/view/TWiki...odeURLsWithUTF8 - how
TWiki does
auto-detection and conversion of UTF-8 encoding for PATH_INFO in URLs
http://twiki.org/cgi-bin/view/Codev...WithUTF8Discuss -
includes material
on character set auto-detection including excerpt on IBM web server
approach -
fortunately UTF-8 detection is much easier than the general case.
http://twiki.org/cgi-bin/view/Codev...ncodingWithI18N -
talks
about a filesystem-related issue with Unicode normalisation forms on
Mac OS X
http://twiki.org/cgi-bin/view/Codev...8SupportForI18N -
general page
summarising research on UTF-8 for TWiki, including some useful links
|
|
|
|
|