[Buildroot] Problems with special characters in filenames

Juerg Haefliger juergh at gmail.com
Fri Mar 20 06:23:30 UTC 2020


On Wed, Mar 18, 2020 at 8:54 PM Peter Seiderer <ps.report at gmx.net> wrote:
>
> Hello Juerg,
>
> On Sat, 14 Mar 2020 13:03:07 +0100, Juerg Haefliger <juergh at 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
>


More information about the buildroot mailing list