Skip to content

[feature] YAML/Python format \u0000 and \U00000000 #19

Description

@trr

For convenience may I suggest adding the yaml formats:

Unicode codepoints up to 0xffff: "\uXXXX" (lowercase u, 4 uppercase hex digits)
Unicode codepoints above 0xffff: "\UXXXXXXXX" (uppercase U, 8 uppercase hex digits)

And for completeness I guess, "\xXX" can be used for 8-bit codepoints, or just 0 - 0x7f

This tool is very useful thank you.

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