LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Red Hat (https://www.linuxquestions.org/questions/red-hat-31/)
-   -   problems with accents and Ñs (https://www.linuxquestions.org/questions/red-hat-31/problems-with-accents-and-%D1s-216803/)

J0sep 08-12-2004 02:08 PM

problems with accents and Ñs
 
Hi all.... I'm using Red Hat 9 and I'm having problems with accents and ñ characters. Since my native is Spanish when I write texts I get strange characters instead of the accents and ñs. eg. if I use gedit and/or NVU 0.30 web editor after write the text and save it, if I look at it in a web page i get those estrange characters.

How can i fix this?

thnks,.
Cheers

J0sep

el_pajaro! 08-12-2004 08:01 PM

I am no sure about ñ, but accents you have to do this:

á = á
Á = Á
é = &eacute:

and so for.

Suerte!!!

el_pajaro! 08-12-2004 08:05 PM

I am no sure about ñ, but accents you have to do this:

á = &"aacute";
Á = &"Aacute";
é = &"eacute";

and so for.

the code is without quotes ""
Es sin comillas, en el post anterior me salió la a con tilde en lugar del código

Suerte!!!

el_pajaro! 08-12-2004 08:43 PM

Check out this link:
http://www.notestips.com/80256B3A007F2692/1/NAMO5FTHEJ

XavierP 08-13-2004 04:01 AM

This thread may be of help: http://www.linuxquestions.org/questi...hreadid=216407

J0sep 08-15-2004 02:02 PM

Ok thanks, I wrote using the í way and for ñ is ñ
Have noticed that there are several ways to do this, some for writing in a terminal and others for X

Some are archives that must be modifyed or write commands in a terminal. But the problem is that I have a database in ISIS to load and our operator reported problems with this. I'll check them tomorrow and finaly know what isgoing on.

Thanks for the tips
cheers.

J0sep

el_pajaro! 08-16-2004 12:55 PM

I have notice that some servers parse correctly the ñ and accents, and some other not. Like my apache running on my home computer works with no problem. Now I am renting a dedicate server that uses Fedora with ensim, but it has the problem with the ñ and accents.

Is ther any file I have to change to configure it rigtht. Maybe the http.conf? I would check it out. I any can help I would apreciated. Thanks,

Rafael

el_pajaro! 08-17-2004 04:05 PM

You can edit the httpd.conf file and change the line:
AddDefaultCharset UTF-8
to
AddDefaultCharset Off


All times are GMT -5. The time now is 06:39 AM.