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

add support for east asia characters #73

Merged
merged 7 commits into from
Mar 19, 2021
Merged

add support for east asia characters #73

merged 7 commits into from
Mar 19, 2021

Conversation

testercwt
Copy link
Contributor

#cp950.sas7bdat @test encode("€","CP950")==[0xa3, 0xe1] => check cp950 support
#testbig5.sas7bdat @test decode(encode("§Ú·R§A","cp1252"),"cp950")=="我愛你" => check wlatin1 support

CP950( taiwan encoding for traditional chinese )
118 => "CP950"  # a windows version of big5 extension , for bidirectional encoding/decoding 
#cp950.sas7bdat   @test encode("€","CP950")==[0xa3, 0xe1] => check cp950 support
#testbig5.sas7bdat  @test decode(encode("§Ú·R§A","cp1252"),"cp950")=="我愛你" => check wlatin1 support
CP950( taiwan encoding for traditional chinese )
118 => "CP950"  # a windows version of big5 extension , for bidirectional encoding/decoding 
#cp950.sas7bdat   @test encode("€","CP950")==[0xa3, 0xe1] => check cp950 support
#testbig5.sas7bdat  @test decode(encode("§Ú·R§A","cp1252"),"cp950")=="我愛你" => check wlatin1 support
@tk3369
Copy link
Owner

tk3369 commented Mar 19, 2021

Thanks, this is great contribution!

@tk3369 tk3369 merged commit d8401c2 into tk3369:master Mar 19, 2021
tk3369 pushed a commit that referenced this pull request Mar 19, 2021
1. PR #73
2. Relax Tables.jl dependency
@tk3369 tk3369 mentioned this pull request Mar 19, 2021
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.

2 participants