Skip to content

Commit 2f6dc15

Browse files
committed
fix(encoding): fix last corrupted sequence on L1441 (ΓÇö → —)
Replace Windows CP437 terminal artefact 'ΓÇö' with em dash —. Root cause: em dash (U+2014, UTF-8 E2 80 94) copy-pasted from a Windows terminal in OEM codepage, producing a multi-step encoding corruption not catchable by the Win1252 reverse-map algorithm.
1 parent 2d54d62 commit 2f6dc15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/static/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1438,7 +1438,7 @@
14381438
// Extras: thread state & close (REST shims)
14391439
// ==============================================================================================
14401440
// Extend the REST API with two extra POST endpoints that main.py may serve later.
1441-
// If they 404, we silently ignore ΓÇö the MCP tool path is the canonical way.
1441+
// If they 404, we silently ignore the MCP tool path is the canonical way.
14421442

14431443
// ==============================================================================================
14441444
// Utilities

0 commit comments

Comments
 (0)