hsivonen / encoding_rs

A Gecko-oriented implementation of the Encoding Standard in Rust
https://docs.rs/encoding_rs/
Other
384 stars 55 forks source link

Broken links in `EUC_JP` encoding doc #86

Open Mingun opened 2 years ago

Mingun commented 2 years ago

EUC_JP doc refers to the euc-jp.html and euc-jp-bmp.html, which are not exist. According to the https://encoding.spec.whatwg.org/#indexes I assume, that the correct link is https://encoding.spec.whatwg.org/jis0212.html and https://encoding.spec.whatwg.org/jis0212-bmp.html

hsivonen commented 2 years ago

Yeah, EUC-JP should link to the pages you point out and also to https://encoding.spec.whatwg.org/jis0208.html and https://encoding.spec.whatwg.org/jis0208-bmp.html . Looks like I need to revive a way to run the Python 2-dependent generation script.