summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-11-29 15:48:58 +0100
committerMichał Górny <mgorny@gentoo.org>2017-11-29 15:51:08 +0100
commit23273e8ec2c1980d54753c342a6c816bf9719932 (patch)
tree865d6de089c9c693854f839003550200cf1b694f
parentglep-0039: Fix whitespace in lists. (diff)
downloadglep-23273e8ec2c1980d54753c342a6c816bf9719932.tar.gz
glep-23273e8ec2c1980d54753c342a6c816bf9719932.tar.bz2
glep-23273e8ec2c1980d54753c342a6c816bf9719932.zip
glep-0074: UTF-8 does not have 'code points'
Noted by Ulrich Müller.
-rw-r--r--glep-0074.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/glep-0074.rst b/glep-0074.rst
index cf8c048..209fa14 100644
--- a/glep-0074.rst
+++ b/glep-0074.rst
@@ -8,7 +8,7 @@ Type: Standards Track
Status: Draft
Version: 1
Created: 2017-10-21
-Last-Modified: 2017-11-25
+Last-Modified: 2017-11-29
Post-History: 2017-10-26, 2017-11-16
Content-Type: text/x-rst
Requires: 59, 61
@@ -137,10 +137,10 @@ be explicitly excluded via ``IGNORE``.
Path and filename encoding
--------------------------
-The path fields in the Manifest file must consist of characters
-corresponding to valid UTF-8 code points excluding the backwards slash
-(``\``) and characters classified as control characters or as whitespace
-in the current version of the Unicode standard [#UNICODE]_.
+The path fields in the Manifest file must consist of Unicode characters
+excluding the backwards slash (``\``) and characters classified
+as control characters or as whitespace in the current version
+of the Unicode standard [#UNICODE]_.
The implementation can optionally support extended filename encoding
to support those paths. If encoding is not supported, the implementation