Skip to content

Commit

Permalink
Add support for gb2312 charsets (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
odina-6s authored Sep 9, 2022
1 parent de4aecf commit c9b2120
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/decoders/charsets/map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ static CH_MAP: &[&[u8]; 758] = &[
b"",
b"",
b"iso-ir-127",
b"",
b"gb2312",
b"",
b"",
b"",
Expand Down Expand Up @@ -1239,7 +1239,7 @@ static FNC_MAP: &[for<'x> fn(&'x [u8]) -> String; 758] = &[
no_op,
no_op,
decoder_iso_8859_6,
no_op,
decoder_gb18030,
no_op,
no_op,
no_op,
Expand Down

0 comments on commit c9b2120

Please sign in to comment.