fuel
fuel copied to clipboard
UTF-8 support for TextFile
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.
Turns out that switching to utf8 has caused some issues with unpickling/deserialization in blocks, so maybe it's not so obvious after all.