Support Shift JIS in string literals #6
Labels
assembler
Related to the assembler
disassembler
Related to the disassembler
enhancement
New feature or request
When assembling a string literal, convert to Shift JIS before emitting bytes.
When disassembling, try to detect strings encoded as Shift JIS, and convert them to UTF-8 before emitting string literals.
This might support the needed conversions: https://github.com/lifthrasiir/rust-encoding
The text was updated successfully, but these errors were encountered: