Sublime Text 3: How does one solve the box that displays the Chinese file name?

Source: Internet
Author: User

The opening of the Chinese file name is garbled, but converttoutf8 is not a big problem.

Bytes --------------------------------------------------------------------------------------------------------

Answer:

This is the bug of sublime Text 3. This bug occurs when the size of custom text (DPI) in Windows personalized display is greater than 100% by default.
Solution:
In sublime Text 3, preference, settings-user, and the last line is added.
"Dpi_scaling": 1.0
Overwrite the DPI set by the operating system.
This is my settings-user
{
"Font_face": "consolas ",
"Font_size": 15,
"Ignored_packages ":
[
"Vintage"
],
"Line_padding_bottom": 1,
"Line_padding_top": 1,
"Tab_size": 4,
"Translate_tabs_to_spaces": True,
"Word_wrap": "true ",
"Dpi_scaling": 1.0
}

(Xee:) My sublime text comes from: streaming cleaning; dpi_scale must be set to: 1. 0. The font size of the content must be set to a large value, and "font_size": 13,

<Excerpt:Http://www.zhihu.com/question/24029280/answer/30256243>

Sublime Text 3: How does one solve the box that displays the Chinese file name?

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.