forderud / QtWasm

Dockerfile for building Qt projects for WebAssembly
https://hub.docker.com/r/forderud/qtwasm
17 stars 4 forks source link

Force UTF-8 locale #35

Closed qdel closed 1 year ago

qdel commented 1 year ago

We have warnings with latest builds which pops a bit anywhere:

image

LANG is not set in the container, so the default locale is estimated to be "C".

It is possible to silence them by setting LANG=C.UTF-8.