Skip to content

Conversation

@zhoukai83
Copy link

@zhoukai83 zhoukai83 commented Nov 28, 2025

Describe this PR

当保存日志文件的时候,会出现错误
由于不同操作系统默认的文件编码格式不一样,所以python编码规范最佳实践建议,使用file save时必须传递encoding参数以避免此类错误
采用更为通用的utf8编码,可兼容中英文和大多数语言

What changed?

采用更为通用的utf8编码,可兼容中英文和大多数语言

Why?

Related issues

#100
#102

Checklist for PR

  • Write a descriptive PR title following the [Angular commit message format]
    fix(encoding): add encoding parameter when save file to avoid env issue

  • Run lint and format locally:

    • uv tool run ruff@0.8.0 check --fix .
    • uv tool run ruff@0.8.0 format .
    • CI job lint enforces ruff default format/lint rules on all new codes.

@zmyzxb zmyzxb changed the title fix file save encoding issue, add encoding parameter when save file to avoid env issue fix(agent): file save encoding issue, add encoding parameter when save file to avoid env issue Nov 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant