
- #Utf 8 converter for mac code install#
- #Utf 8 converter for mac code upgrade#
- #Utf 8 converter for mac code windows 7#
- #Utf 8 converter for mac code zip#
#Utf 8 converter for mac code install#
Make sure the plug-in folder is named “ConvertToUTF8” (skip this step if you install via “Package Control”)Ĥ. Q: It is not working after installation, how do I fix it?Ģ.* due to limitation of API, when lazy_reload is set to true, quit Sublime Text immediately after saving a file will cause the file to be saved as UTF-8, the correct content will be reload next time Sublime Text starts Q & A * please try either increasing the value of max_detect_lines or set the encoding manually if the detection result is not accurate * please do not edit the file before the encoding detection process is finished * if convert_on_save is set to false, the file will NEVER be saved to the selected encoding For example, you can open a UTF-8 file, and save it to GBK, and vice versa. You can also use the “File > Set File Encoding to” menu entry to transform between different encodings. In most cases, this plug-in will take care of encoding issues automatically. confidence: the minimum confidence rate which the converting will be performed automatic.lazy_reload: save file to a temporary location, and reload it in background when switching to other windows or tabs (default: false).convert_on_find: convert the text in Find Results view to UTF-8 (default: false).convert_on_save: convert the file's content from UTF-8 to its original (or specific) encoding when it is saved (default: true).


default_encoding_on_create: specific the default encoding for newly created file (such as “GBK”), empty value means using sublime text's “default_encoding” setting (default: “”).preview_action: convert the file's content to UTF-8 when previewing it (default: false).max_detect_lines: maximum detection lines, 0 means unlimited (default: 600).max_cache_size: maximum encoding cache size, 0 means no cache (default: 100).reset_diff_markers: reset diff markers after converting (default: true).encoding_list: encoding selection list when detection is failed.sublime-project file which can be opened via “Project > Edit Project” menu.

You can set project-specific settings (except encoding_list and max_cache_size) in the. You should save your personal settings in a file named “ConvertToUTF8.sublime-settings” under “User” folder. Please check ConvertToUTF8.sublime-settings file for details. Your folder hierarchy should look like this:
#Utf 8 converter for mac code zip#
Otherwise, you can download this repository as a zip file, unzip it, and rename the new folder to ConvertToUTF8, then move this folder to Packages folder of Sublime Text (You can find the Packages folder by clicking “Preferences > Browse Packages” menu entry in Sublime Text).
#Utf 8 converter for mac code upgrade#
Using Package Control to find, install and upgrade ConvertToUTF8 is the recommended method to install this plug-in. ** Linux (Sublime Text 2 & 3) and OSX (Sublime Text 3): You will need to install an extra plugin to make ConvertToUTF8 work properly: Codecs26 for Sublime Text 2 or Codecs33 for Sublime Text 3.
#Utf 8 converter for mac code windows 7#
** Windows 7 (Sublime Text 3): When Windows DPI Scaling is set to a value higher than 100%, the file name might not be displayed correctly, please try to add "dpi_scale": 1 to User Settings of Sublime Text.

If you want to support this plugin, you can donate via Alipay or WeChat. ConvertToUTF8 supports both Sublime Text 2 and 3. With this plugin, you can edit and save the files which encodings are not supported by Sublime Text currently, especially for those used by CJK users, such as GB2312, GBK, BIG5, EUC-KR, EUC-JP, etc.
