Menu

[1.0.0b5 BUG]File save encoding is not UTF-8

yukihane
2012-06-29
2013-04-11
  • yukihane

    yukihane - 2012-06-29

    MindMapMapModel#saveInternal method uses system default encoding, so get garbled when opening a file saved on 1.0.0b5.

     
  • yukihane

    yukihane - 2012-06-29

    FileReaderCreator#createReader, calls UnicodeReader constructor, takes UTF-8 when a file has no BOM.

     

Log in to post a comment.