Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix conversion of non-utf8 sequences to
AnyValue
(#1253)
String values which are not valid Unicode sequences SHOULD be converted to AnyValue's bytes_value with the bytes representing the string in the original order and format of the source string.
- Loading branch information