diff mbox series

libsoxr: remove unicode dash from help text

Message ID aba1f1782c8833a67af16f2325a5fccf6cc2e689.1513782978.git.baruch@tkos.co.il
State Accepted
Commit 5099c909393e6dc0c4e16f904e36259b4e499cb9
Headers show
Series libsoxr: remove unicode dash from help text | expand

Commit Message

Baruch Siach Dec. 20, 2017, 3:16 p.m. UTC
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@tkos.co.il>
---
 package/libsoxr/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Yann E. MORIN Dec. 20, 2017, 3:25 p.m. UTC | #1
Baruch, All,

On 2017-12-20 17:16 +0200, Baruch Siach spake thusly:
> This would make the unicode challenged menuconfig show something
> sensible.

It works well for me... But mconf here is linked against libncursesw.so.5
so I guess that's because the widechar ncurses is missing on your system.

> Split the sentence for the text to make sense.
> 
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>

Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  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
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Baruch Siach Dec. 20, 2017, 3:36 p.m. UTC | #2
Hi Yann,

On Wed, Dec 20, 2017 at 04:25:42PM +0100, Yann E. MORIN wrote:
> On 2017-12-20 17:16 +0200, Baruch Siach spake thusly:
> > This would make the unicode challenged menuconfig show something
> > sensible.
> 
> It works well for me... But mconf here is linked against libncursesw.so.5
> so I guess that's because the widechar ncurses is missing on your system.

Indeed. mconf is liked with libncurses.so.5, even though I have 
libncursesw.so.5 installed here.

baruch

> > Split the sentence for the text to make sense.
> > 
> > Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> 
> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> 
> Regards,
> Yann E. MORIN.
> 
> > ---
> >  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

baruch
Peter Korsgaard Dec. 20, 2017, 4:46 p.m. UTC | #3
>>>>> "Baruch" == Baruch Siach <baruch@tkos.co.il> writes:

 > 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@tkos.co.il>

Committed, thanks.
Peter Korsgaard Dec. 27, 2017, 10:32 p.m. UTC | #4
>>>>> "Baruch" == Baruch Siach <baruch@tkos.co.il> writes:

 > 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@tkos.co.il>

Committed to 2017.11.x, thanks.
Peter Korsgaard Dec. 31, 2017, 8:32 a.m. UTC | #5
>>>>> "Baruch" == Baruch Siach <baruch@tkos.co.il> writes:

 > 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@tkos.co.il>

Committed to 2017.02.x, thanks.
diff mbox series

Patch

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