You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Bruno Puga <br...@gmail.com> on 2006/11/16 21:03:27 UTC

[users@httpd] Accent on version 2.2.3

Hi all!

I've just start using Debian testing and I came across some troubles with
apache 2.2.3 that I can't find a solution on google. Let me explain my
scenario: I'm migrating from Debian Sarge to Debian Etch (that still Debian
testing), so, the new version of apache 2.2.3 don't recognize accent
characters. I've already check my apache2.conf and see that the characters
configs are right there, how you can see above:

AddCharset ISO-8859-1  .iso8859-1  .latin1
AddCharset ISO-8859-2  .iso8859-2  .latin2 .cen
AddCharset ISO-8859-3  .iso8859-3  .latin3
AddCharset ISO-8859-4  .iso8859-4  .latin4
AddCharset ISO-8859-5  .iso8859-5  .latin5 .cyr .iso-ru
AddCharset ISO-8859-6  .iso8859-6  .latin6 .arb
AddCharset ISO-8859-7  .iso8859-7  .latin7 .grk
AddCharset ISO-8859-8  .iso8859-8  .latin8 .heb
AddCharset ISO-8859-9  .iso8859-9  .latin9 .trk
AddCharset ISO-2022-JP .iso2022-jp .jis
AddCharset ISO-2022-KR .iso2022-kr .kis
AddCharset ISO-2022-CN .iso2022-cn .cis
AddCharset Big5        .Big5       .big5
# For russian, more than one charset is used (depends on client, mostly):
AddCharset WINDOWS-1251 .cp-1251   .win-1251
AddCharset CP866       .cp866
AddCharset KOI8-r      .koi8-r .koi8-ru
AddCharset KOI8-ru     .koi8-uk .ua
AddCharset ISO-10646-UCS-2 .ucs2
AddCharset ISO-10646-UCS-4 .ucs4
AddCharset UTF-8       .utf8

AddCharset GB2312      .gb2312 .gb
AddCharset utf-7       .utf7
AddCharset utf-8       .utf8
AddCharset big5        .big5 .b5
AddCharset EUC-TW      .euc-tw
AddCharset EUC-JP      .euc-jp
AddCharset EUC-KR      .euc-kr
AddCharset shift_jis   .sjis

Could it be an error with the package released for Debian testing?
Am I making some mistake?

Thanks for any help.
Bruno Puga

Re: [users@httpd] Accent on version 2.2.3

Posted by Bruno Puga <br...@gmail.com>.
Perfect Joshua, it works great!

Thank you and forgive-me for the inexperience!

Bruno Puga

On 11/16/06, Joshua Slive <jo...@slive.ca> wrote:
>
> On 11/16/06, Bruno Puga <br...@gmail.com> wrote:
> > Hi all!
> >
> > I've just start using Debian testing and I came across some troubles
> with
> > apache 2.2.3 that I can't find a solution on google. Let me explain my
> > scenario: I'm migrating from Debian Sarge to Debian Etch (that still
> Debian
> > testing), so, the new version of apache 2.2.3 don't recognize accent
> > characters. I've already check my apache2.conf and see that the
> characters
> > configs are right there, how you can see above:
>
> Check the AddDefaultCharset directive.  Either set it to the correct
> charset or comment it out.
>
> All those AddCharset directives do absolutely nothing unless the
> filename extensions match.
>
> Joshua.
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>


-- 
Bruno Puga

Msn - brpuga@gmail.com
Jabber - brpuga@jabber.org
Icq - 29348004
Cel: 9205-8846
Linux user # 384955

Re: [users@httpd] Accent on version 2.2.3

Posted by Joshua Slive <jo...@slive.ca>.
On 11/16/06, Bruno Puga <br...@gmail.com> wrote:
> Hi all!
>
> I've just start using Debian testing and I came across some troubles with
> apache 2.2.3 that I can't find a solution on google. Let me explain my
> scenario: I'm migrating from Debian Sarge to Debian Etch (that still Debian
> testing), so, the new version of apache 2.2.3 don't recognize accent
> characters. I've already check my apache2.conf and see that the characters
> configs are right there, how you can see above:

Check the AddDefaultCharset directive.  Either set it to the correct
charset or comment it out.

All those AddCharset directives do absolutely nothing unless the
filename extensions match.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org