Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

录制宏时涉及编码的几处问题 #286

Closed
findpkq opened this issue Jun 9, 2019 · 1 comment
Closed

录制宏时涉及编码的几处问题 #286

findpkq opened this issue Jun 9, 2019 · 1 comment
Assignees
Labels
Milestone

Comments

@findpkq
Copy link

findpkq commented Jun 9, 2019

例如
me.SetEncoding('GBK')
me.ConvertEncoding('SHIFT-JIS', 5)

默认录制情况下,录下的宏是
me.SetEncoding(GBK)
me.ConvertEncoding(SHIFT-JIS, 5)

没有引号,所以之后运行失败。然后报错信息我是回到老版本才看见来着

也不确定这是不是和系统python环境有关,总之先试着报一下吧 :)

Best regards~

@LiMinggang LiMinggang self-assigned this Jun 10, 2019
@LiMinggang LiMinggang added the bug label Jun 10, 2019
@LiMinggang LiMinggang added this to the 0.4.17 milestone Jun 10, 2019
LiMinggang added a commit that referenced this issue Jun 10, 2019
@LiMinggang
Copy link
Owner

我以为只有我自己在用宏的功能。:-P
这个的确是bug,之前没有录过编码转换的,没测到。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants