You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
Today I was bitten again by a script not in UTF-8 which cannot be opened in Brackets.
I tried to convert it in UTF-8 (with and without BOM) with Notepad++, but Brackets still refused to open it.
(I changed the original file and now I cannot replicate the exact problem)
Looking in the extension manager I found this plugin: https://github.com/Hiromi-Ayase/brackets-shizimily-multiencoding
With some very (much) stupid examples I wasn't able to detect the right encoding but I was able to open the file and change the encoding so the file looked right.
So I'm proposing to integrate it in the core.
(Of course we need the consensus of the author and more testing)
Today I was bitten again by a script not in UTF-8 which cannot be opened in Brackets.
I tried to convert it in UTF-8 (with and without BOM) with Notepad++, but Brackets still refused to open it.
(I changed the original file and now I cannot replicate the exact problem)
Looking in the extension manager I found this plugin:
https://github.com/Hiromi-Ayase/brackets-shizimily-multiencoding
With some very (much) stupid examples I wasn't able to detect the right encoding but I was able to open the file and change the encoding so the file looked right.
So I'm proposing to integrate it in the core.
(Of course we need the consensus of the author and more testing)