does ROS_INFO support utf8 string?
I'm Chinese. So I want to print some Chinese info, like:
ROS_INFO ("调试信息");
but all I got is:
[ INFO] [1415863087.967254365]: ????????????
(by the way, printf goes well)
I save the cpp source file in utf8 format.
so, does ROS_INFO support utf8 string ?
thanks!
any body know about it ?
Buddy. Have you sovled this problem?