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>
This commit is contained in:
Peter Seiderer 2019-05-07 22:35:39 +02:00 committed by Peter Korsgaard
parent fc5a3d9d84
commit a83dab1e3e

View 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.