Giter Site home page Giter Site logo

Comments (8)

footya avatar footya commented on August 16, 2024

系统window 7,fecs 0.1.1,文件编码utf-8

from baidu-fe-code-style.

leeight avatar leeight commented on August 16, 2024

容我抽空调试看看,Sublime兼容性的问题

from baidu-fe-code-style.

leecade avatar leecade commented on August 16, 2024

👍

from baidu-fe-code-style.

l5oo00 avatar l5oo00 commented on August 16, 2024

git 安装,打开 fecs.py ,删除里面第52行后面的 .encode('utf-8')

image

参考上图

from baidu-fe-code-style.

kevinyan avatar kevinyan commented on August 16, 2024

@l5oo00 修改这个python文件后,需要怎么做呢?重新安装插件,重启ide,试验后都不成功啊

from baidu-fe-code-style.

loo2k avatar loo2k commented on August 16, 2024

@l5oo00 在新的版本中我看到已经增加了
.encode('utf-8')
但是我在 macOS 下 ST3 仍然会出现字符编码出错的问题

我通过编辑52行
print('%s:%s %s' % (row, col, r.get('message').encode('utf-8')))
修改为
print('%s:%s %s' % (row, col, r.get('message')))
就能正常显示了

2016-09-26 17 33 32

from baidu-fe-code-style.

l5oo00 avatar l5oo00 commented on August 16, 2024

@kevinyan 啥都不用干, 没效果的话, 重启下Sublime试试

from baidu-fe-code-style.

l5oo00 avatar l5oo00 commented on August 16, 2024

@loo2k 咱俩说的不就是一回事么。

from baidu-fe-code-style.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.