Commits
Click on a commit to change the comparison rangeFix encoding canonical names to match WHATWG spec
Changes both implementation and tests to use canonical encoding names:
- 'ibm-866' → 'ibm866' (remove hyphen)
- 'shift-jis' → 'shift_jis' (use underscore)
Per WHATWG Encoding Standard, TextDecoder.encoding should return
the canonical encoding name, not the label used to construct it.
Fixes #56634 days ago
by woustachemax