209c63e463a0c85e0d4785a98bc7ff43f64b86c8
The Carmodoo HTML response sometimes contains invalid EUC-KR byte sequences (e.g., 0xA4 followed by ASCII 'F'). This caused the decoder to fall back to Latin-1, corrupting all Korean text. Fixed by using errors='replace' which preserves Korean text while replacing only the invalid byte sequences with replacement characters. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Description
No description provided
Languages
TypeScript
65.1%
Python
31.4%
HTML
1.8%
Shell
1.4%
JavaScript
0.2%
Other
0.1%