Jump to content

accented character disappear


gawain

Recommended Posts

Hallo everybody.Accented character with my editor - Quanta plus (on a linux system) - are ineffective; they don't turn out.I use the following code<?xml version="1.0" encoding="iso-8859-1"?>< !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head> <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">I tried different doctypes, but to none of them works.Thnaks if anyone can help me.

Link to comment
Share on other sites

Are the accented characters part of the ISO-8859-1 encoding?  Are you not seeing the characters in your text editor, or you do see them in the editor but not in the browser?

:) Thanks for answering.The charaters are part of the 8850-1 set.I can't see them in the browser (Firefox on Ubuntu Linux) Thanks again.
Link to comment
Share on other sites

I don't know if that was a typo, but it is the 8859-1 charset you specified. What characters are they? And just to clarify, you see the characters in your text editor, but you don't see them in the browser, correct?

Link to comment
Share on other sites

:) Thanks for replying.
I don't know if that was a typo, but it is the 8859-1 charset you specified. What characters are they? 
Yes, I did. I specified the iso 8859-1 charset.Characters such as: è, à, ò
And just to clarify, you see the characters in your text editor, but you don't see them in the browser, correct?

That's corret. I can't see the accented characters in the browser. :) Bye.
Link to comment
Share on other sites

Well, the first thing to do would be to check other browsers.  If you have a machine running Windows, give it a shot with IE or Firefox for Windows and see if you see the same thing.

I've got a machine runnning Linux: I saw the file with Opera and Mozilla and I see the same thing, i.e., I can't see the accented characters :) Thanks for keeping helping me
Link to comment
Share on other sites

If all of those browsers are on the same machine, it might have something to do with the machine itself.  Is there an online version that people can test?

Eventually, I got something.<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" lang="it"><head> <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type" />1) With this code I can't see the accented characters with Firefox, but I can see them with Opera.2) Then, I rewrote everything - using the same tags - with NVU, instead of QUanta, and the accented characters are seen both in FIrefox and in Opera. :) 3) My conclusion: something doesn't work properly in Quanta. :) Can everythng boild down to this?Thanks
Link to comment
Share on other sites

Hi :)

Yeah, if the editor is trying to save in a format like UTF-16 or something that it doesn't have proper support for, you might see things like this (or not see them, as the case may be..)

Quanta can save in many Doctypes and switch form one another. At least is supposed to.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...