Python Forum

Full Version: tf.gfile.FastGFile error unicode ( japanese characters )
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi bro!!!

I have tried 2 cases: Normal characters vs Japanese characters
Normal characters can be run but Japanese characters not working.

image_data = tf.gfile.FastGFile(filename, 'rb').read()

example imagename: myname-ナガセ ヒロトシ.jpg

Please help!

Tks
Could you elaborate on "not working"? Do you get a stacktrace? What OS are you using?
LINUX