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
After send to my test.md file I have fallback encoding and all my previous Cyrillic symbols in test.md convert to mojibake.
command: send_selection {}
reloading /E/Киролайна/test.md
unable to auto detect encoding for E:\Киролайна\test.md, using fallback encoding Cyrillic (Windows 1251)
For example,
Саша — Океан Любви!
convert to
Саша — Океан Любви!
2. With EditorConfig
If charset = utf-8 set in my .editorconfig file, selected Cyrillic symbols convert to mojibake.
4. My settings
My User\SendToSandbox.sublime-settings file:
{
"file": "E:\\Киролайна\\test.md"
}
Part of my User\Preferences.sublime-settings file:
"fallback_encoding": "Cyrillic (Windows 1251)",
Part of my E:\Киролайна\.editorconfig file:
charset = utf-8
5. Steps to reproduce
The problem is reproduced for me in a version of Sublime Text without plugins and user settings.
I select this text in E:\Киролайна\Jernl\2016.jernl file:
Саша — Океан Любви!
Context_Menu → SendToSandbox → I get actual behavior.
6. Environment
Operating system and version:
Windows 32-bit 10.0.14393 Sublime Text:
Build 3126
Thanks.
The text was updated successfully, but these errors were encountered:
1. Summary
If I select Cyrillic symbols and send it to sandbox, I have bugged.
2. Expected behavior
Not encoding problems.
3. Actual behavior
1. Without EditorConfig
After send to my
test.md
file I have fallback encoding and all my previous Cyrillic symbols intest.md
convert to mojibake.For example,
convert to
2. With EditorConfig
If
charset = utf-8
set in my.editorconfig
file, selected Cyrillic symbols convert to mojibake.4. My settings
My
User\SendToSandbox.sublime-settings
file:Part of my
User\Preferences.sublime-settings
file:Part of my
E:\Киролайна\.editorconfig
file:5. Steps to reproduce
The problem is reproduced for me in a version of Sublime Text without plugins and user settings.
I select this text in
E:\Киролайна\Jernl\2016.jernl
file:Context_Menu →
SendToSandbox
→ I get actual behavior.6. Environment
Operating system and version:
Windows 32-bit 10.0.14393
Sublime Text:
Build 3126
Thanks.
The text was updated successfully, but these errors were encountered: