Locale support

How do enable locale support?

I've been plugging away at a custom build that will support some tools I am using for a project. One of the tools is mitmproxy. It installed ok, but running it requires a UTF console environment.

Error: mitmproxy requires a UTF console environment.
Set your LANG environment variable to something like en_US.UTF-8

I've been poking around in my build and I don't see any way to get the locale binary--I thought it would be in libc (aka glibc). Is that not right? Do I need to modify a makefile for it? I had to do that for gcc-ar.

Any ideas?

1 Like