Unicode code points is confusing. I'd like to propose the following change
to the specification document. Starting under the "Source code
representation" section, all occurrences of "character" should be replaced
with "rune" except when preceded by "Unicode".
The significance of the "Source code representation" section is that it
defines a rune in the context of the language.
For simplicity, this document will use the unqualified term *character*to refer to a Unicode code point in the source text.
For simplicity, this document will use the unqualified term *rune* torefer to a Unicode code point in the source text.
--