Edit Tool Unicode Failure

Fix for Claude Code Edit tool failing to match strings containing Unicode characters (emojis, em-dashes, non-breaking spaces, curly quotes). Use when: (1) Edit tool returns "String to replace not found in file" but the string visually matches Read output, (2) file contains emoji characters like 🚀 👋 🎮, (3) file has em-dashes (—), non-breaking spaces (U+00A0 / c2 a0), or smart/curly quotes. Solution: use Write tool to rewrite the entire file instead of Edit for targeted replacements.

hubeiqiao Updated

File contents

hubeiqiao/skills/tree/main/edit-tool-unicode-failure commit 222bd28133

Frequently asked questions

npx skillmds@latest add hubeiqiao/edit-tool-unicode-failure