[Buildroot] [PATCH v1 19/28] package/python-idna: replace utf-8 quote by ascii single quote

Peter Seiderer ps.report at gmx.net
Tue May 7 20:35:39 UTC 2019


Signed-off-by: Peter Seiderer <ps.report at gmx.net>
---
 package/python-idna/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/python-idna/Config.in b/package/python-idna/Config.in
index 4ff4581d53..1fd56ceaf6 100644
--- 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.

--
2.21.0



More information about the buildroot mailing list