> I think this should be fixed in console-setup, but it's possible that the live CD code may want to use LANG=C.UTF-8 in any case.
...I put livecd-rootfs in the affects list, please use LANG=en_US.UTF-8 instead of LANG=C and LC_ALL=C.
$ egrep -r 'LANG=|LC_ALL=' .
./debian/changelog: * Minor cleanups to BuildLiveCD (LANG=C, bump current suite)
./BuildLiveCD:LANG=C <===== this one
./live-build/auto/build:export LC_ALL=C <====== and this one
./live-build/ubuntu-touch/includes.chroot/etc/default/locale:LANG="en_US.UTF-8"
./live-build/ubuntu-touch/hooks/48-setup-env.chroot:LANG=en_US.UTF-8
> I think this should be fixed in console-setup, but it's possible that the live CD code may want to use LANG=C.UTF-8 in any case.
...I put livecd-rootfs in the affects list, please use LANG=en_US.UTF-8 instead of LANG=C and LC_ALL=C.
$ egrep -r 'LANG=|LC_ALL=' . LANG=C <===== this one build/auto/ build:export LC_ALL=C <====== and this one build/ubuntu- touch/includes. chroot/ etc/default/ locale: LANG="en_ US.UTF- 8" build/ubuntu- touch/hooks/ 48-setup- env.chroot: LANG=en_ US.UTF- 8
./debian/changelog: * Minor cleanups to BuildLiveCD (LANG=C, bump current suite)
./BuildLiveCD:
./live-
./live-
./live-