issues
search
tk3369
/
SASLib.jl
Julia library for reading SAS7BDAT data sets
Other
34
stars
7
forks
source link
add support for east asia characters
#73
Closed
testercwt
closed
3 years ago
testercwt
commented
3 years ago
cp950.sas7bdat @test encode("€","CP950")==[0xa3, 0xe1] => check cp950 support
testbig5.sas7bdat @test decode(encode("§Ú·R§A","cp1252"),"cp950")=="我愛你" => check wlatin1 support
tk3369
commented
3 years ago
Thanks, this is great contribution!
cp950.sas7bdat @test encode("€","CP950")==[0xa3, 0xe1] => check cp950 support
testbig5.sas7bdat @test decode(encode("§Ú·R§A","cp1252"),"cp950")=="我愛你" => check wlatin1 support