Skip to content

Catch unicode characters in StringBuilder #6

@HeCoding180

Description

@HeCoding180

Catch unicode characters in StringBuilder to avoid accidental misunderstanding of certain characters.
Unicode characters that contain bytes that could be interpreted as ascii '"' (double quote) or ascii '' (backslash) might cause unexpected behavior. The whole unicode escape sequence needs to be caught and handled in a specified way to avoid unexpected behavior.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions