瀏覽代碼

package/python-idna: replace utf-8 quote by ascii single quote

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter Seiderer 6 年之前
父節點
當前提交
a83dab1e3e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/python-idna/Config.in

+ 1 - 1
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.