Here is an anoying bug.
SublimeText3 : 3059
Bug :
When sublimeText 3 started on a project in ISO-8859-15 with opened files, “accents” (comma on letters ?) are not displayed correctly.
How to reproduce :
Create an empty folder
Create a new project and add this folder
Save project and edit the .sublime-project file
[code]{
“folders”:
{
"follow_symlinks": true,
"path": "D:\\tmp\\iso-8859-15"
}
],
“settings”:
{
“default_encoding”: “Western (ISO 8859-15)”,
“fallback_encoding”: “Western (ISO 8859-15)”,
}
}[/code]
Close and restart SublimeText 3.
Create a new file and type :é à ô
Save, close the tab, close sublime text 3
Start SublimeText3, your project is opened automatically, open your file, and all is fine
http://img15.hostingpics.net/thumbs/mini_489409Capture2.jpg
Check in notepadd++, file is in ISO-8859-15
http://img15.hostingpics.net/thumbs/mini_200238Capture1.jpg
NOW THE BUG 
Let your tab open
close ST3
open ST3
file is opened and … tadddaaaa
http://img15.hostingpics.net/thumbs/mini_335093Capture3.jpg
did i miss something ?
Thanks