All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Problems with special characters in filenames
@ 2020-03-14 12:03 Juerg Haefliger
  2020-03-18 19:54 ` Peter Seiderer
  0 siblings, 1 reply; 3+ messages in thread
From: Juerg Haefliger @ 2020-03-14 12:03 UTC (permalink / raw)
  To: buildroot

Hi,

I have filenames with umlauts (special German characters) that are
displayed as '??' in busybox shell. I've tried the below config
changes to get those umlauts to display properly but it's  not
working. What am I missing?

Thanks
...Juerg

- BR2_TOOLCHAIN_BUILDROOT_WCHAR=y
+BR2_TOOLCHAIN_BUILDROOT_LOCALE=y
+# BR2_ENABLE_LOCALE_PURGE is not set
+BR2_GENERATE_LOCALE="en_US de_CH"

busybox config fragment:
CONFIG_LOCALE_SUPPORT=y
CONFIG_UNICODE_SUPPORT=y
# CONFIG_UNICODE_USING_LOCALE is not set
CONFIG_FEATURE_CHECK_UNICODE_IN_ENV=y
CONFIG_SUBST_WCHAR=63
CONFIG_LAST_SUPPORTED_WCHAR=767
CONFIG_UNICODE_COMBINING_WCHARS=y
CONFIG_UNICODE_WIDE_WCHARS=y
# CONFIG_UNICODE_BIDI_SUPPORT is not set
# CONFIG_UNICODE_NEUTRAL_TABLE is not set
# CONFIG_UNICODE_PRESERVE_BROKEN is not set

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] Problems with special characters in filenames
  2020-03-14 12:03 [Buildroot] Problems with special characters in filenames Juerg Haefliger
@ 2020-03-18 19:54 ` Peter Seiderer
  2020-03-20  6:23   ` Juerg Haefliger
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Seiderer @ 2020-03-18 19:54 UTC (permalink / raw)
  To: buildroot

Hello Juerg,

On Sat, 14 Mar 2020 13:03:07 +0100, Juerg Haefliger <juergh@gmail.com> wrote:

> Hi,
>
> I have filenames with umlauts (special German characters) that are
> displayed as '??' in busybox shell. I've tried the below config
> changes to get those umlauts to display properly but it's  not
> working. What am I missing?

Maybe
	$ export LANG=en_US.utf8
or
	$ export LANG=de_CH.utf8

Regards,
Peter

>
> Thanks
> ...Juerg
>
> - BR2_TOOLCHAIN_BUILDROOT_WCHAR=y
> +BR2_TOOLCHAIN_BUILDROOT_LOCALE=y
> +# BR2_ENABLE_LOCALE_PURGE is not set
> +BR2_GENERATE_LOCALE="en_US de_CH"
>
> busybox config fragment:
> CONFIG_LOCALE_SUPPORT=y
> CONFIG_UNICODE_SUPPORT=y
> # CONFIG_UNICODE_USING_LOCALE is not set
> CONFIG_FEATURE_CHECK_UNICODE_IN_ENV=y
> CONFIG_SUBST_WCHAR=63
> CONFIG_LAST_SUPPORTED_WCHAR=767
> CONFIG_UNICODE_COMBINING_WCHARS=y
> CONFIG_UNICODE_WIDE_WCHARS=y
> # CONFIG_UNICODE_BIDI_SUPPORT is not set
> # CONFIG_UNICODE_NEUTRAL_TABLE is not set
> # CONFIG_UNICODE_PRESERVE_BROKEN is not set
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] Problems with special characters in filenames
  2020-03-18 19:54 ` Peter Seiderer
@ 2020-03-20  6:23   ` Juerg Haefliger
  0 siblings, 0 replies; 3+ messages in thread
From: Juerg Haefliger @ 2020-03-20  6:23 UTC (permalink / raw)
  To: buildroot

On Wed, Mar 18, 2020 at 8:54 PM Peter Seiderer <ps.report@gmx.net> wrote:
>
> Hello Juerg,
>
> On Sat, 14 Mar 2020 13:03:07 +0100, Juerg Haefliger <juergh@gmail.com> wrote:
>
> > Hi,
> >
> > I have filenames with umlauts (special German characters) that are
> > displayed as '??' in busybox shell. I've tried the below config
> > changes to get those umlauts to display properly but it's  not
> > working. What am I missing?
>
> Maybe
>         $ export LANG=en_US.utf8
> or
>         $ export LANG=de_CH.utf8

AH, yes. That helps :-)

Thanks a lot for the hint!

...Juerg

> Regards,
> Peter
>
> >
> > Thanks
> > ...Juerg
> >
> > - BR2_TOOLCHAIN_BUILDROOT_WCHAR=y
> > +BR2_TOOLCHAIN_BUILDROOT_LOCALE=y
> > +# BR2_ENABLE_LOCALE_PURGE is not set
> > +BR2_GENERATE_LOCALE="en_US de_CH"
> >
> > busybox config fragment:
> > CONFIG_LOCALE_SUPPORT=y
> > CONFIG_UNICODE_SUPPORT=y
> > # CONFIG_UNICODE_USING_LOCALE is not set
> > CONFIG_FEATURE_CHECK_UNICODE_IN_ENV=y
> > CONFIG_SUBST_WCHAR=63
> > CONFIG_LAST_SUPPORTED_WCHAR=767
> > CONFIG_UNICODE_COMBINING_WCHARS=y
> > CONFIG_UNICODE_WIDE_WCHARS=y
> > # CONFIG_UNICODE_BIDI_SUPPORT is not set
> > # CONFIG_UNICODE_NEUTRAL_TABLE is not set
> > # CONFIG_UNICODE_PRESERVE_BROKEN is not set
> > _______________________________________________
> > buildroot mailing list
> > buildroot at busybox.net
> > http://lists.busybox.net/mailman/listinfo/buildroot
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-03-20  6:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-14 12:03 [Buildroot] Problems with special characters in filenames Juerg Haefliger
2020-03-18 19:54 ` Peter Seiderer
2020-03-20  6:23   ` Juerg Haefliger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.