robotlolita/raven

Novels should be saved as UTF-8

Closed this issue · 0 comments

Due to a bug in node-webkit (nwjs/nw.js#1669), novels are currently stored in UTF-16le, this creates unnecessary complexity. Everything should be converted to UTF-8.

We also need to account for novels that were created before this change.

It would seem that the best thing is to just stick with 0.8.x for now, and move to the new version later. Sadly, frameless windows + dragging don't work as nicely on 0.8.x due to poor support for transforms, so it might also involve going with ugly frame windows for now. There are also some performance issues :'(