fi-0189: Unicode code point too large {:#fi-0189}

Unicode escape sequences in string literals cannot specify a Unicode code point greater than the maximum of 0x10ffff:

{% include “docs/reference/fidl/language/error-catalog/label/_bad.md” %}

{% includecode gerrit_repo="fuchsia/fuchsia" gerrit_path="tools/fidl/fidlc/tests/fidl/bad/fi-0189.test.fidl" exclude_regexp="\/\/ (Copyright 20|Use of|found in).*" %}

Instead, make sure the code point is valid:

{% include “docs/reference/fidl/language/error-catalog/label/_good.md” %}

{% includecode gerrit_repo="fuchsia/fuchsia" gerrit_path="tools/fidl/fidlc/tests/fidl/good/fi-0189.test.fidl" exclude_regexp="\/\/ (Copyright 20|Use of|found in).*" %}