Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support UTF-8 label matchers: Add repl for UTF-8 and classic matchers #3578

Closed

Conversation

grobinson-grafana
Copy link
Contributor

This commit adds a repl for comparing UTF-8 and classic matchers.

./repl
> foo=bar
#   utf-8: {foo="bar"}
# classic: {foo="bar"}
> foo=😃
#   utf-8: {foo="😃"}
# classic: {foo="😃"}
> foo="\xF0\x9F\x99\x82"
#   utf-8: {foo="🙂"}
# classic: {foo="\\xF0\\x9F\\x99\\x82"}

@grobinson-grafana grobinson-grafana changed the title Add repl for UTF-8 and classic matchers Support UTF-8 label matchers: Add repl for UTF-8 and classic matchers Oct 31, 2023
This commit adds a repl for comparing UTF-8 and classic matchers.

Signed-off-by: George Robinson <[email protected]>
Signed-off-by: George Robinson <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant