Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Allow any unicode characters in the TagValue #71

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tags/TagContext.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ A string or string wrapper, with some restrictions:

## TagValue

A string or string wrapper with the same restrictions as `TagKey`, except that it
is allowed to be empty.
A TagValue can be any unicode string whose size when encoded in UTF-8
is less than 256 bytes. An empty value is allowed.

## Serialization

Expand Down