Change "code point" to "scalar value" everywhere. Change "wide char"
authorChris Hanson <org/chris-hanson/cph>
Sun, 30 Aug 2009 07:08:31 +0000 (00:08 -0700)
committerChris Hanson <org/chris-hanson/cph>
Sun, 30 Aug 2009 07:08:31 +0000 (00:08 -0700)
commit3641498176e63df5c18f7df6db5b58f73fc9af7a
treec7863c1e84fa1b0a104db0aff2b315e963ee56c3
parent1aabfc79fbe5d0897e6ecda12832c883406cca21
Change "code point" to "scalar value" everywhere.  Change "wide char"
to "unicode char" everywhere.  Relax the definition of a well-formed
scalar-value list so that it allows overlaps, unsorted elements, and
non-canonical pairs.
doc/ref-manual/characters.texi
src/runtime/genio.scm
src/runtime/runtime.pkg
src/runtime/string.scm
src/runtime/unicode.scm
src/xml/turtle.scm
src/xml/xml-chars.scm
src/xml/xml-output.scm
src/xml/xml-parser.scm
src/xml/xml-struct.scm