Skip to content

Server error on some reserved chars with show_props=Basic #71

Description

@develheini

Working example:

curl 'https://unicode-api.aaronluna.dev/v1/codepoints/1004E'
{"character":"𐁎","name":"<reserved-1004E>","codepoint":"U+1004E","uriEncoded":"%F0%90%81%8E"}

curl 'https://unicode-api.aaronluna.dev/v1/codepoints/1004E?show_props=Basic'
{"character":"𐁎","name":"<reserved-1004E>","codepoint":"U+1004E","uriEncoded":"%F0%90%81%8E","block":"Linear B Syllabary","plane":"SMP","age":"2.0","generalCategory":"Unassigned (Cn)","combiningClass":"Not_Reordered (NR)","htmlEntities":["𐁎","𐁎"]}

Broken example:

curl 'https://unicode-api.aaronluna.dev/v1/codepoints/1FC00'
{"character":"🰀","name":"<reserved-1FC00>","codepoint":"U+1FC00","uriEncoded":"%F0%9F%B0%80"}

curl 'https://unicode-api.aaronluna.dev/v1/codepoints/1FC00?show_props=Basic'
Internal Server Error

Regards Heinrich

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