Skip to content

Commit b595cd7

Browse files
authored
Merge pull request Stack-Cairn#232 from Stack-Cairn/features
fix(gui): transcode non-UTF-8 text uploads to UTF-8
2 parents ea9419f + b8a74fb commit b595cd7

3 files changed

Lines changed: 386 additions & 56 deletions

File tree

Cargo.lock

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/agent-gui/src-tauri/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ portable-pty = "0.9.0"
6262
wait-timeout = "0.2.1"
6363
russh = "0.62.2"
6464
russh-sftp = "2.3.0"
65+
encoding_rs = "0.8.35"
66+
chardetng = "0.1.17"
6567

6668
[target.'cfg(target_os = "macos")'.dependencies]
6769
objc2-app-kit = { version = "0.3", default-features = false, features = ["std", "NSButton", "NSControl", "NSView", "NSWindow"] }

0 commit comments

Comments
 (0)