|
Posted by Shmuel (Seymour J.) Metz on March 12, 2006, 2:22 pm
Please log in for more thread options
I'd like to include some Hebrew names in a web page. HTML 4 doesn't
appear to include character attributes for ISO-8859-8. I'd prefer
avoiding numeric references, e.g.,
"שמואל". Is there currently a
standardized set of character attributes for Hebrew? If so, is there a
downloadable set of definitions for those attributes?
Thanks.
--
Shmuel (Seymour J.) Metz, SysProg and JOAT <http://patriot.net/~shmuel>
Unsolicited bulk E-mail subject to legal action. I reserve the
right to publicly post or ridicule any abusive E-mail. Reply to
domain Patriot dot net user shmuel+news to contact me. Do not
reply to spamtrap@library.lspace.org
|
|
Posted by Alan J. Flavell on March 12, 2006, 3:18 pm
Please log in for more thread options
On Sun, 12 Mar 2006, Shmuel (Seymour J.) Metz wrote:
> I'd like to include some Hebrew names in a web page. HTML 4 doesn't
> appear to include character attributes for ISO-8859-8.
I'm sorry to say you seem to be extensively confuddled about character
representation in HTML. Really, the character *encoding* of
iso-8859-8 has nothing to do with this, unless you are providing
characters which are actually encoded in 8859-8.
In general you have three ways to represent characters in HTML:
1. the character itself, in the character encoding which you are using
2. numeric character reference (&#number;), in either decimal or hex,
3. if available (but in this case they are not available), named
character entities.
I don't know what you think you mean by "character attributes".
> I'd prefer avoiding numeric references, e.g.,
> "שמואל".
Choose one of the above options. There aren't any other.
good luck
|
|
Posted by Jukka K. Korpela on March 12, 2006, 3:26 pm
Please log in for more thread options
> I don't know what you think you mean by "character attributes".
My guess is "character references", the W3C-endorsed misnomer for entities
with definitions that expand an entity reference to a character reference.
Things like α. They do not exist for Hebrew characters in HTML or in
SGML. (ℵ is not an exception: it denotes U+8501, which is a
letterlike symbol, not a letter.)
--
Yucca, http://www.cs.tut.fi/~jkorpela/ Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html
|
|
Posted by Shmuel (Seymour J.) Metz on March 14, 2006, 11:48 am
Please log in for more thread options
>They do not exist for Hebrew characters in HTML or in
>SGML.
What about in XML and in XHTML?
--
Shmuel (Seymour J.) Metz, SysProg and JOAT <http://patriot.net/~shmuel>
Unsolicited bulk E-mail subject to legal action. I reserve the
right to publicly post or ridicule any abusive E-mail. Reply to
domain Patriot dot net user shmuel+news to contact me. Do not
reply to spamtrap@library.lspace.org
|
|
Posted by Jukka K. Korpela on March 14, 2006, 4:59 pm
Please log in for more thread options
>>They do not exist for Hebrew characters in HTML or in
>>SGML.
>
> What about in XML and in XHTML?
Even less. XML is a strongly simplified version of SGML, and XHTML is an
XMLized variant of HTML. In fact, an XHTML processor is not even required to
process external entity declarations, which means that it need not even
interpret "predefined" entity references like α.
--
Yucca, http://www.cs.tut.fi/~jkorpela/ Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html
|
| Similar Threads | Posted | | Standard newline character | October 13, 2008, 3:27 am |
| Bidirectional text (Arabic, Hebrew) | May 19, 2005, 5:33 pm |
| A Standard Internet Profile | September 5, 2006, 1:55 pm |
| Validating against a higher standard | September 5, 2008, 1:35 pm |
| XHTML standard rationale question | February 13, 2005, 7:32 pm |
| Industry standard salary for web designers` | April 11, 2005, 9:06 am |
| Help putting standard headers on all pages | September 20, 2008, 8:53 pm |
| Character & not allowed | April 10, 2008, 6:06 pm |
| Re: Character encoding | April 26, 2008, 12:39 pm |
| Ignore CSS table formatting & use standard HTML? | April 6, 2005, 2:02 pm |
|