[ros-users] [Discourse.ros.org] [Next Generation ROS] ROS2 Beta1 compiled from source - unicode bug

Mikael Arguedas ros.discourse at gmail.com
Fri May 19 07:03:16 UTC 2017



Hi @shehz,

This is a problem showing up in containers indeed but not on native installations.
This is because containers don't handle unicode characters by default. The way we handle it in[ our containers](https://github.com/ros2/ci/blob/68316a9172aa9e37650fa5f4b2c4dca5e181f77a/linux_docker_resources/Dockerfile#L12) is to call `ENV LANG en_US.UTF-8`.

Can you try this out at the beginning of your Dockerfile and post back here with the outcome?

Thanks!





---
[Visit Topic](https://discourse.ros.org/t/ros2-beta1-compiled-from-source-unicode-bug/1844/2) or reply to this email to respond.




More information about the ros-users mailing list