[Buildroot] [PATCH] libsoxr: remove unicode dash from help text

Baruch Siach baruch at tkos.co.il
Wed Dec 20 15:16:27 UTC 2017


This would make the unicode challenged menuconfig show something
sensible.

Split the sentence for the text to make sense.

Signed-off-by: Baruch Siach <baruch at tkos.co.il>
---
 package/libsoxr/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libsoxr/Config.in b/package/libsoxr/Config.in
index a218ae99c89c..ae1ea1028030 100644
--- a/package/libsoxr/Config.in
+++ b/package/libsoxr/Config.in
@@ -2,7 +2,7 @@ config BR2_PACKAGE_LIBSOXR
 	bool "libsoxr"
 	help
 	  The SoX Resampler library `libsoxr' performs one-dimensional
-	  sample-rate conversion—it may be used, for example, to
+	  sample-rate conversion. It may be used, for example, to
 	  resample PCM-encoded audio.
 
 	  It aims to give fast and high quality results for any constant
-- 
2.15.1



More information about the buildroot mailing list