wraith/frontend
Vantz Stockwell 9fce0b6c1e
All checks were successful
Build & Sign Wraith / Build Windows + Sign (push) Successful in 1m5s
fix: UTF-8 terminal rendering — atob() decodes as Latin-1, not UTF-8
atob() returns a "binary string" where each byte is a Latin-1 char code.
Multi-byte UTF-8 sequences (box-drawing, em dashes, arrows) were split
into separate Latin-1 codepoints, producing mojibake. Now reconstructs
the raw byte array and decodes via TextDecoder('utf-8') before writing
to xterm.js.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-17 13:00:29 -04:00
..
src fix: UTF-8 terminal rendering — atob() decodes as Latin-1, not UTF-8 2026-03-17 13:00:29 -04:00
index.html Wraith v0.1.0 — Desktop SSH + RDP + SFTP Client 2026-03-17 08:19:29 -04:00
package-lock.json Wraith v0.1.0 — Desktop SSH + RDP + SFTP Client 2026-03-17 08:19:29 -04:00
package.json Wraith v0.1.0 — Desktop SSH + RDP + SFTP Client 2026-03-17 08:19:29 -04:00
tsconfig.json Wraith v0.1.0 — Desktop SSH + RDP + SFTP Client 2026-03-17 08:19:29 -04:00
vite.config.ts Wraith v0.1.0 — Desktop SSH + RDP + SFTP Client 2026-03-17 08:19:29 -04:00