Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@jorgedelacalle
Copy link

This changes repair problems with some characters in GB2312 codification using GB18030.

// supported but not included in mb_list_encodings for some reason...
'CP850' => 'CP850',
'GB2312' => 'GB2312',
'GB2312' => 'GB18030',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change provides a supported encoding, so can move down in the list.

@mrCartmenez
Copy link

GB18030 is supported in PHP and backwards compatible with GB2312.
https://www.iana.org/assignments/charset-reg/GB18030

@zbateson zbateson merged commit bd15793 into zbateson:master Nov 6, 2021
@zbateson
Copy link
Owner

zbateson commented Nov 6, 2021

Sorry, didn't notice your pull request before today. Thanks for this.

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.

3 participants