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

Support Shift JIS in string literals #6

Open
wtetzner opened this issue Nov 15, 2018 · 0 comments
Open

Support Shift JIS in string literals #6

wtetzner opened this issue Nov 15, 2018 · 0 comments
Labels
assembler Related to the assembler disassembler Related to the disassembler enhancement New feature or request

Comments

@wtetzner
Copy link
Owner

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

@wtetzner wtetzner added enhancement New feature or request disassembler Related to the disassembler assembler Related to the assembler labels Nov 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assembler Related to the assembler disassembler Related to the disassembler enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant