File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16011,12 +16011,12 @@ components:
1601116011 Labels have the following constraints:
1601216012
1601316013 * UTF-8 characters will be returned by the API using escape
16014- sequences of their Unicode code points. As an example, the
16015- Japanese character 'か' is 3 bytes in UTF-8 (0xE382AB). Its
16016- Unicode code point is 2 bytes (0x30AB). APIv4 supports this
16014+ sequences of their Unicode code points. For example, the
16015+ Japanese character *か* is 3 bytes in UTF-8 (` 0xE382AB` ). Its
16016+ Unicode code point is 2 bytes (` 0x30AB` ). APIv4 supports this
1601716017 character and the API will return it as the escape sequence
1601816018 using six 1 byte characters which represent 2 bytes of Unicode
16019- code point ("\u30ab").
16019+ code point (` "\u30ab"` ).
1602016020 * 4 byte UTF-8 characters are not supported.
1602116021 * If the label is entirely composed of UTF-8 characters, the API
1602216022 response will return the code points using up to 193 1 byte
You can’t perform that action at this time.
0 commit comments