hzfan commented on issue #17917: fix UnicodeDecodeError: 'utf-8' codec can't decode bytes in position … URL: https://github.com/apache/incubator-mxnet/pull/17917#issuecomment-613224327 @chinakook Is `libmxnet.so` or `incubator-mxnet/` placed in some path with names containing unicode like chinese characters? @leezu I agree that it would be better if the C API always uses a fixed unicode encoding, like utf-8. But as far as I know, C string without any prefix like `u8` always has a platform-dependent encoding (referred to as execution narrow encoding [1]). I am not an expert in this area, correct me if I'm wrong. [1] https://en.cppreference.com/w/cpp/language/string_literal
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
