Re: diacritic html

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Hi Sigrid,

You can fix this, though it still won't make Word a good webpage creator.

In Tools | Options | General, click Web Options, go to Encoding, you should
be able to tell it to use UTF-8.

The location may have changed in various versions--if that doesn't work, see
the help topic:
Set the language encoding for a Web page



On 10/25/06 6:51 PM, "sigrid" wrote:


Jezabel!

Thank you, thank you.

I found out that the code has to match the one chosen by my server, which
was utf-8. Since Word didn't let me change it, I went to Netscape Composer
which I have on my computer, changed the code name, and re-entered my text.
Voila. So it WAS Word that was the screw up agent. You got me going down
the right path. Thanks.

Sigrid



"sigrid" wrote:

Windows-1252 was what I had in the first place and it does not work. Utf-8
killed the display altogether and I just tried iso-8859-1 that is used by a
lot of foreign sites. It does the same thing as the original windows-1252.
Thanks anyway. At least this has gotten me on the right track for finding
out what to do. BTW, ALL HTML looks like rubbish to me! I appreciate your
input.


"Jezebel" wrote:

Web server administrators don't come into it. utf-8 should work fine (works
for me, anyway); but so should windows-1252. See:
http://en.wikipedia.org/wiki/Windows-1252

Browse to a web page that displays the characters you want, View > Source,
and see what they've used.

Almost anything is better than Word for creating web pages: have a look at
how much rubbish is in the HTML. FrontPage is good. Never used DreamWeaver.
You can open the Word-created HTML in either of those and go from there.




"sigrid" <sigrid@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:9377670C-1D1A-4389-9E2F-51F0C11BF7BA@xxxxxxxxxxxxxxxx
Thanks. My line says: <meta http-equiv=Content-Type content="text/html;
charset=windows-1252">

If I am understanding this correctly, I should be repace 'windows-1252'
with
'utf-8'. However, when I did that in a test file, the text disappeared.
Is
the utf-8 adjustment something that the web server administrator should
do?

You say that using WORD for web pages is often a disaster. What would you
recommend? I have possible access to Dreamweaver and to Front Page. Would
I
have to redo the whole page if I switched to one of those? Obviously, I
am
not an HTML expert so I need something that works pretty intuitively.

Thanks again. Sigrid



"Jezebel" wrote:

Getting the diacritics to appear relies on a) specifiying a character set
encoding, and b) the reader having a font that includes the non-standard
characters. To deal with a) ---

Have a look at your HTML - there should be a line near the top that looks
like

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

Then read http://www.w3.org/International/O-charset.en.php



But creating web pages with Word is pretty much a disaster whatever you
do.






"sigrid" <sigrid@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:724332CB-463E-4DC7-B2EF-47C5D8B7B617@xxxxxxxxxxxxxxxx
I am building a webpage where many names have diacritic marks. When I
enter
the names, such as René, it looks fine in my Word document but when it
is
published to the site, it comes up as Ren?. I have tried manually
entering
the codes, using insert symbol, using the language toolbar, etc., but
it
always comes back the same. Even writing out the full html code
doesn't
work. Could the ISP or the administrator have chosen something that
blocks
these? It also happens if I use a double space, quotation marks, an em
dash,
etc.

Thanks







--
Daiya Mitchell, MVP Mac/Word
Word FAQ: http://www.word.mvps.org/
MacWord Tips: <http://word.mvps.org/Mac/WordMacHome.html>
What's an MVP? A volunteer! Read the FAQ: http://mvp.support.microsoft.com/

.



Relevant Pages

  • Re: stand or sit?
    ... > citations can be properly formatted, but I'd prefer UTF-8 as my ... > foreign-language characters in HTML entities, ... > the characters in htmlspecialcharsas well). ... > handlers for encoding using the HTML entity lookup table. ...
    (soc.motss)
  • Re: requestEncoding = "ISO-8859-1"
    ... I think you're fooling yourself and using standard HTML, instead of ASPX. ... setting the encoding to iso-8859-1 in web.config. ... Setting it to utf-8 has never displayed those charcters for me. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: requestEncoding = "ISO-8859-1"
    ... precedence over HTML settings and, thus, utf-8 doesn't display ... That happens whenever actual request encoding and expected request encoding don't match, and it breaks with practically any combination of encodings ... With HTML form I meant the plain HTML file. ... utf-8", which thankfully overrides any META tag. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Standard character attributes for Hebrew?
    ... just ask Word to save as HTML with UTF-8 encoding, ... they have nothing to do with the encoding UTF-8. ... When you choose Unicode UTF-8 as encoding, ...
    (comp.infosystems.www.authoring.html)
  • Re: Where to get BeautifulSoup--www.crummy.com appears to be down.
    ... Beautiful Soup uploaded to my website: ... obtaining a sensible parse tree in the face of common HTML errors. ... the encoding of an HTML or XML document, ... appears after this Tag in the document.""" ...
    (comp.lang.python)