# CSV encoding handoff checklist

- Keep the original file unchanged.
- Record the encoding: UTF-8, UTF-8 with BOM, or CP932/Shift_JIS.
- Record the delimiter and quote rule.
- Reopen the exported file and compare rows, headers, Japanese text, and IDs.
- Do not guess bytes that were already lost.
