package/python-idna: replace utf-8 quote by ascii single quote
authorPeter Seiderer <ps.report@gmx.net>
Tue, 7 May 2019 20:35:39 +0000 (22:35 +0200)
committerPeter 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

index 4ff4581d53ac87df1e5e7aa4aee5277e8c1b3e8d..1fd56ceaf66126b39e197cd7fa2c976eceaaf82d 100644 (file)
@@ -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.