-
Couldn't load subscription status.
- Fork 8
Closed
@tomyun
Description
julia> encode("ク", "shift_jisx0213") UInt8[]
This should have provided the same result as "sjis" encoding.
julia> encode("ク", "sjis") 2-element Vector{UInt8}: 0x83 0x4e
Metadata
Metadata
Assignees
Labels
No labels