In message <19950110031342.4.JCMA@jefferson.ai.mit.edu>, John C. Mallery writes
:
>on page 46, ^ is not listed. Should this be the character "^" ?
Yes, per ISO-646-IRV, character 94 is '^'. If we just cited that
as a normative reference, we wouldn't have to maintain this stuff.
But we do...
>on page 48, ã and ä have the same description string.
>It would be better if there were differences in in these strings
>so that programs can create standardized terms from them within
>implementations.
Again, this comes straing from ISO8559-1. Well.. the description
strings come from
"ISO 8879-1986//ENTITIES Added Latin 1//EN"
But my copy at
http://www.hal.com/~connolly/html-spec/ISOlat1.sgml
reads:
<!ENTITY atilde CDATA "ã" -- small a, tilde -->
<!ENTITY auml CDATA "ä" -- small a, dieresis or umlaut mark -->
so page 48 is wrong, I guess.
Dan