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

Hook's embedding text with emojis not displaying the correct string in Tag Report page #1087

Open
P3t3rU5 opened this issue Jan 5, 2023 · 1 comment

Comments

@P3t3rU5
Copy link

P3t3rU5 commented Jan 5, 2023

I've been experimenting adding emojis to the logs to make them more readable, I noticed that in Hook's embedding I get it to look like this

�� Quick access

And in Jenkins execution logs it looked like this

👆 Quick access

After some looking around what I could see is that jenkins embedding uses a div element inside a pre element, that being said I tried changing with inspect in Chrome and saw no difference

I tried also looking inside the code and I'm not sure as I'm not that familiar with the code itself but I suspect might be related with encoding and decoding being done here.

Cheers

@damianszczepanik
Copy link
Owner

Looks like problem with page coding - check on both pages if this is same (iso, utf) or different

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

No branches or pull requests

2 participants