Feature/tag/urlencode #11

Merged
bazaah merged 8 commits from feature/tag/urlencode into master 2021-06-26 08:24:08 +00:00
bazaah commented 2021-06-26 08:11:11 +00:00 (Migrated from github.com)

Implements the functionality for #8 to be closed, allowing us to fully support YAML tag scanning.

This PR includes a new function: tag_uri_unescape, which handles correctly unescaping a percent encoded, UTF8 encoded byte sequence.

Implements the functionality for #8 to be closed, allowing us to fully support YAML tag scanning. This PR includes a new function: `tag_uri_unescape`, which handles correctly unescaping a percent encoded, UTF8 encoded byte sequence.
bazaah commented 2021-06-26 08:23:57 +00:00 (Migrated from github.com)

Note that this PR will not close #8, as that requires a refactoring of scanner/mod.rs. A later PR will use the code delivered here to actually close that issue.

Note that this PR will not close #8, as that requires a refactoring of `scanner/mod.rs`. A later PR will use the code delivered here to actually close that issue.
Sign in to join this conversation.
No description provided.