Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix encoding problem when CodedCharacterSet is set to "ESC - A" #615

Merged
merged 1 commit into from
May 12, 2023

Conversation

kenwa
Copy link

@kenwa kenwa commented May 11, 2023

Fixes #614

According to https://en.wikipedia.org/wiki/ISO/IEC_2022#cite_note-14.3.2-90 ISO-8859-1 should be used both when CodedCharacterSet is

 ESC % A
 ESC . A
 ESC - A

Previously, only the first two syntaxes was supported.

    According to https://en.wikipedia.org/wiki/ISO/IEC_2022#cite_note-14.3.2-90 ISO-8859-1 should be used both when CodedCharacterSet is

     ESC % A
     ESC . A
     ESC - A

    Previously, only the first two syntaxes was supported.
@drewnoakes drewnoakes merged commit e3235ea into drewnoakes:master May 12, 2023
drewnoakes added a commit to drewnoakes/metadata-extractor-dotnet that referenced this pull request May 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong charset when CodedCharacterSet=ESC - A
3 participants