]> Cypherpunks repositories - gostls13.git/commit
spec: use Unicode terminology consistently
authorRobert Griesemer <gri@golang.org>
Thu, 12 May 2022 01:22:51 +0000 (18:22 -0700)
committerRobert Griesemer <gri@golang.org>
Thu, 12 May 2022 19:04:46 +0000 (19:04 +0000)
commit1dfe994fe9e87e17b141a3f06c6a88632821020a
tree0471a8b25f83efdecc4ad196bceab6ef6bc61771
parente3f7816f0eae375d261e35d0b541a61c463c9111
spec: use Unicode terminology consistently

- refer to character "categories" rather than "classes" per the
  definitions in the Unicode standard
- use "uppercase", "lowercase" (one word) instead of "upper case"
  or "upper-case", matching the spelling in the Unicode standard
- clarify that that the blank character "_" is considered a lowercase
  letter for Go's purposes (export of identifiers)

Fixes #44715.

Change-Id: I54ef177d26c6c56624662fcdd6d1da60b9bb8d02
Reviewed-on: https://go-review.googlesource.com/c/go/+/405758
Reviewed-by: Robert Griesemer <gri@google.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
doc/go_spec.html