AutonetSellCar Deploy 209c63e463 fix: EUC-KR decoding failure causing garbled Korean text
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>
2026-02-01 22:24:00 +09:00
Description
No description provided
100 MiB
Languages
TypeScript 65.1%
Python 31.4%
HTML 1.8%
Shell 1.4%
JavaScript 0.2%
Other 0.1%