Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

French language special characters

6 views
Skip to first unread message

Warren Steel

unread,
Jan 4, 1996, 3:00:00 AM1/4/96
to
Laird Scott Rankin wrote:
> Anyone have any tips for including french language special characters
> (accents etc.) in an HTML document. I thought these were standard ascii
> characters (I can use them in the DOS EDITor), but when I ftp (ascii) the
> file to unix, all accented characters disappeaer.

Web documents use the character set commonly called ISO-Latin-1; see
http://www.w3.org/pub/WWW/MarkUp/html-spec/html-spec_9.html#SEC9.7.2
E.g., for e with an acute accent use either é or é

Other documents at this site explain almost everything you could
want to know about HTML and the Web.

--
Warren Steel mu...@mail.olemiss.edu
Department of Music University of Mississippi
URL: http://www.mcsr.olemiss.edu/~mudws/

Brent

unread,
Jan 4, 1996, 3:00:00 AM1/4/96
to
Laird Scott Rankin wrote:
>
> Anyone have any tips for including french language special characters
> (accents etc.) in an HTML document. I thought these were standard ascii
> characters (I can use them in the DOS EDITor), but when I ftp (ascii) the
> file to unix, all accented characters disappeaer.
>
> All help Appreciated,
> Scott
> email: umra...@cc.umanitoba.ca
> --I believe if you go to character map in windows and get the ascii code
for the character you want. you insert it into the syntax as....

&#the ascii number; IE ¦

Brent
--
#################################################
#"What are these voices outside loves open door,#
#makes us throw off our contentment and beg for #
#something more." #
# #
# http://users.aol.com/brentleim/htmlres.htm #
# #
#################################################

Laird Scott Rankin

unread,
Jan 4, 1996, 3:00:00 AM1/4/96
to

Mike Crowley

unread,
Jan 8, 1996, 3:00:00 AM1/8/96
to

Language specific characters (like accented vowels) are usually part of
the extended-ASCII character set. If you plan on using them, you'll need
to convert them to the appropriate HTML equivalent to make your document
system independent. Look at the ISO Latin-I alphabet at:
http://www.w3.org/pub/WWW/MarkUp/html3/latin1.html

The table also includes more common ASCII characters like " & < and >
which have HTML equivalents.

--
Mike Crowley
"Don't look at me, I'm just an engineer."
http://130.45.40.46/cgi-win/winhome.exe

Alan J. Flavell

unread,
Jan 9, 1996, 3:00:00 AM1/9/96
to

In article <4crcbv$c...@news.internetmci.com>, Mike Crowley
<mcro...@usa.racal.com> writes:

>Language specific characters (like accented vowels) are usually part of
>the extended-ASCII character set.

You're on the right lines, but this needs more careful
explanation. Character encodings are basically a simple topic,
but cause an amazing amount of misunderstanding.

There is no such thing as "the" extended-ASCII character set.
There are many. One of them is the default network encoding
for HTTP: ISO-8859-1 (and this is the only one that browsers are
currently required to support). If your server can put those
onto the net, you can, if you wish, use 8-bit character codes,
although I personally would not recommend it.

> If you plan on using them, you'll need
>to convert them to the appropriate HTML equivalent to make your document
>system independent. Look at the ISO Latin-I alphabet at:
>http://www.w3.org/pub/WWW/MarkUp/html3/latin1.html

Yup. In fact, the ISO Latin-1 entity names were already
standard at HTML2.0. Many of the other ISO-8859-1 characters
did not have names at HTML2.0, though, and need to be encoded
by using the &#number; notation - using the decimal value of
the code point _in_ _the_ ISO-8859-1 code.

Fuller explanations via: http://ppewww.ph.gla.ac.uk/%7Eflavell/iso8859/

regards


Sean McGuire

unread,
Jan 13, 1996, 3:00:00 AM1/13/96
to
Brent <but...@toledolink.com> writes:

>Laird Scott Rankin wrote:
>>
>> Anyone have any tips for including french language special characters
>> (accents etc.) in an HTML document. I thought these were standard ascii
>> characters (I can use them in the DOS EDITor), but when I ftp (ascii) the
>> file to unix, all accented characters disappeaer.
>>
>> All help Appreciated,
>> Scott
>> email: umra...@cc.umanitoba.ca

>> --I believe if you go to character map in windows and get the ascii code
>for the character you want. you insert it into the syntax as....

>&#the ascii number; IE &#166;

I use the form: &[letter][accent]; where accent is usually grave, acute,
cedilla, and maybe umlaut... so the proper spelling of Quebec (with the
accent) is Que&egrave;bec in HTML.
--
Sean MacGuire se...@iti.qc.ca
http://www.iti.qc.ca/iti/users/sean/ +1 514 982 9644
"It's not important who votes, it's important who counts the votes."
-- Stalin

TRAN Huu Da

unread,
Jan 16, 1996, 3:00:00 AM1/16/96
to
Once, Sean McGuire (se...@iti-s01.iti.qc.ca) speculated about:

| cedilla, and maybe umlaut... so the proper spelling of Quebec (with the
| accent) is Que&egrave;bec in HTML.

Wrong :-) -> Québec is Qu&eacute;bec

__________________________________________________________________________
TRAN, Huu Da mailto:tra...@jsp.umontreal.ca
B.Sc info (2e année) http://www.jsp.umontreal.ca/~tranhu/
Université de Montréal http://libertel.montreal.qc.ca/~tranhu/

Le diable est bien optimiste, s'il croit pouvoir rendre les gens plus
mauvais qu'ils ne sont. -- K. Kraus

Dave Salovesh

unread,
Jan 17, 1996, 3:00:00 AM1/17/96
to
tra...@JSP.UMontreal.CA (TRAN Huu Da) wrote:

>Once, Sean McGuire (se...@iti-s01.iti.qc.ca) speculated about:

>| so the proper spelling of Quebec (with the accent) is Que&egrave;bec in HTML.
>
>Wrong :-) -> Québec is Qu&eacute;bec

Actually, Québec is fine as is. =:-O

... or should that be &smiley; ?

Dave
dar...@tezcat.com

Note: Unsolicited email of a commercial nature to this address
(dar...@tezcat.com) carries a $150 fee for
advertisement. See http://www.tezcat.com/tezcat-aup.html
for more details.

0 new messages