projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc5a3d9
)
package/python-idna: replace utf-8 quote by ascii single quote
author
Peter Seiderer
<ps.report@gmx.net>
Tue, 7 May 2019 20:35:39 +0000
(22:35 +0200)
committer
Peter Korsgaard
<peter@korsgaard.com>
Tue, 7 May 2019 20:59:58 +0000
(22:59 +0200)
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/python-idna/Config.in
patch
|
blob
|
history
diff --git
a/package/python-idna/Config.in
b/package/python-idna/Config.in
index 4ff4581d53ac87df1e5e7aa4aee5277e8c1b3e8d..1fd56ceaf66126b39e197cd7fa2c976eceaaf82d 100644
(file)
--- a/
package/python-idna/Config.in
+++ b/
package/python-idna/Config.in
@@
-3,7
+3,7
@@
config BR2_PACKAGE_PYTHON_IDNA
help
A library to support the Internationalised Domain Names in
Applications (IDNA) protocol as specified in RFC 5891. This
- version of the protocol is often referred to as
“IDNA2008”
+ version of the protocol is often referred to as
'IDNA2008'
and can produce different results from the earlier standard
from 2003.