fuel icon indicating copy to clipboard operation
fuel copied to clipboard

UTF-8 support for TextFile

Open scfrank opened this issue 9 years ago • 1 comments

Please add support for UTF8 files in TextFile (i.e use codecs.open and allow the user to pass in an encoding). If you like, I could submit this as a patch, but it shouldn't be hard to fix.

scfrank avatar Jun 16 '15 09:06 scfrank

Turns out that switching to utf8 has caused some issues with unpickling/deserialization in blocks, so maybe it's not so obvious after all.

scfrank avatar Jun 16 '15 10:06 scfrank