Skip to content

Unicode escape sequences #130

@xfq

Description

@xfq

https://www.w3.org/TR/2026/WD-rdf12-turtle-20260320/#sec-escapes

Note that JavaScript has three types of escapes. The \xHH form must have two hexadecimal digits; the \uHHHH form must have four; the \u{H…H} form may have 1 to 6 hexadecimal digits.

\u{H…H} is convenient because it allows for variant length of hexadecimal digits, and we recommend it. We hope rdf-turtle can also add this approach.

Metadata

Metadata

Assignees

No one assigned

    Labels

    i18n-needs-resolutionIssue the Internationalization Group has raised and looks for a response on.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions