Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] data/glep:master commit in: /
Date: Wed, 29 Nov 2017 14:51:16
Message-Id: 1511967068.23273e8ec2c1980d54753c342a6c816bf9719932.mgorny@gentoo
1 commit: 23273e8ec2c1980d54753c342a6c816bf9719932
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 29 14:48:58 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 29 14:51:08 2017 +0000
6 URL: https://gitweb.gentoo.org/data/glep.git/commit/?id=23273e8e
7
8 glep-0074: UTF-8 does not have 'code points'
9
10 Noted by Ulrich Müller.
11
12 glep-0074.rst | 10 +++++-----
13 1 file changed, 5 insertions(+), 5 deletions(-)
14
15 diff --git a/glep-0074.rst b/glep-0074.rst
16 index cf8c048..209fa14 100644
17 --- a/glep-0074.rst
18 +++ b/glep-0074.rst
19 @@ -8,7 +8,7 @@ Type: Standards Track
20 Status: Draft
21 Version: 1
22 Created: 2017-10-21
23 -Last-Modified: 2017-11-25
24 +Last-Modified: 2017-11-29
25 Post-History: 2017-10-26, 2017-11-16
26 Content-Type: text/x-rst
27 Requires: 59, 61
28 @@ -137,10 +137,10 @@ be explicitly excluded via ``IGNORE``.
29 Path and filename encoding
30 --------------------------
31
32 -The path fields in the Manifest file must consist of characters
33 -corresponding to valid UTF-8 code points excluding the backwards slash
34 -(``\``) and characters classified as control characters or as whitespace
35 -in the current version of the Unicode standard [#UNICODE]_.
36 +The path fields in the Manifest file must consist of Unicode characters
37 +excluding the backwards slash (``\``) and characters classified
38 +as control characters or as whitespace in the current version
39 +of the Unicode standard [#UNICODE]_.
40
41 The implementation can optionally support extended filename encoding
42 to support those paths. If encoding is not supported, the implementation