Skip to content

fix: 修复中文文件名路径混合编码解析问题#3

Open
magicsophia wants to merge 1 commit intomainfrom
fix/chinese-filename-encoding
Open

fix: 修复中文文件名路径混合编码解析问题#3
magicsophia wants to merge 1 commit intomainfrom
fix/chinese-filename-encoding

Conversation

@magicsophia
Copy link
Collaborator

  • 在 gateway.ts 和 outbound.ts 中添加路径解码逻辑
  • 处理模型输出的 UTF-8 字节混合编码(Latin-1 字符 + 八进制转义)
  • 修复媒体文件发送时中文路径识别失败的问题

- 在 gateway.ts 和 outbound.ts 中添加路径解码逻辑
- 处理模型输出的 UTF-8 字节混合编码(Latin-1 字符 + 八进制转义)
- 修复媒体文件发送时中文路径识别失败的问题
ryanlee-gemini pushed a commit that referenced this pull request Mar 6, 2026
- gateway/outbound: decode octal escape sequences and Latin-1 mixed encoding

- gateway/outbound: normalize double backslash from model Markdown escaping

Cherry-picked from PR #3 (fix/chinese-filename-encoding)
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