-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tlv] TLVReader::Get CharSpan to Stop on ASCII Unit Separator (#24421)
* [tlv] TLVReader::Get CharSpan to Stop on ASCII Unit Separator The TLVReader::Get(CharSpan&) always stops at the first IS1 codepoint (ascii 0x1F). The rationale is that clients should never see garbage at the end of string due to localization IDs. * Addressed review comments * unitSeparator --> infoSeparator
- Loading branch information
Showing
2 changed files
with
64 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters