Skip to content

Possible JS/Java/C convertion problem #17

@tzhongyan

Description

@tzhongyan

This is what I input into the JS/Java/C textbox (with C-style + \n etc options)

hi \\n there

On convert, the output in Characters become this:

hi \
 there

Shouldn't the output be hi \n there? Cause when we click convert again on the Characters part, the JS/Java/C textbox would be modified and become hi \\\n there, with an extra backslash.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions