Skip to content

docs(bench): trace legacy encoding TCVN3/VNI (#367) - #418

Open
CodingMinh wants to merge 1 commit into
masterfrom
intern/29-legacy-encoding-normalization
Open

docs(bench): trace legacy encoding TCVN3/VNI (#367)#418
CodingMinh wants to merge 1 commit into
masterfrom
intern/29-legacy-encoding-normalization

Conversation

@CodingMinh

Copy link
Copy Markdown
Collaborator

Summary

Test plan

  • cargo build --release -p fileconv-cli
  • Ran fileconv one on TCVN3 + VNI local fixtures + UTF-8 CSV control
  • NFC verified with hexdump + is_normalized('NFC', ...)
  • cargo test -p fileconv-core viet_legacy (16 passed)
  • cargo test -p fileconv-core legacy_tcvn3 (1 passed)
  • make check-static — check-fixtures OK; check-spike fail do docker compose không có trong WSL (không liên quan PR doc-only)

Closes #367

Made with Cursor

Document TCVN3/VNI decode_text heuristics, font-hint scope,
and NFC output gate via local fixture runs.

Co-authored-by: Cursor <cursoragent@cursor.com>
@CodingMinh
CodingMinh requested a review from anhnth24 as a code owner August 12, 2026 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[intern-29] Charset detection & legacy encoding: TCVN3/VNI normalization

1 participant