We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
例如 me.SetEncoding('GBK') me.ConvertEncoding('SHIFT-JIS', 5)
默认录制情况下,录下的宏是 me.SetEncoding(GBK) me.ConvertEncoding(SHIFT-JIS, 5)
没有引号,所以之后运行失败。然后报错信息我是回到老版本才看见来着
也不确定这是不是和系统python环境有关,总之先试着报一下吧 :)
Best regards~
The text was updated successfully, but these errors were encountered:
Part of #286
be5e8f5
我以为只有我自己在用宏的功能。:-P 这个的确是bug,之前没有录过编码转换的,没测到。
Sorry, something went wrong.
068f996
LiMinggang
No branches or pull requests
例如
me.SetEncoding('GBK')
me.ConvertEncoding('SHIFT-JIS', 5)
默认录制情况下,录下的宏是
me.SetEncoding(GBK)
me.ConvertEncoding(SHIFT-JIS, 5)
没有引号,所以之后运行失败。然后报错信息我是回到老版本才看见来着
也不确定这是不是和系统python环境有关,总之先试着报一下吧 :)
Best regards~
The text was updated successfully, but these errors were encountered: