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

feat(new tool): unicode to java entities #1094

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ng-anhhtuann
Copy link

What tool is this?

Encoding general Unicode characters to Java entities

Example:
is converted into l\u00E0
符号 is converted into \u7B26\u53F7
vès la gue is converted into v\u00E8s la gue
..... and vice-versa

Which means to encode all accented letters (consisting of general alphabet letters) into Java entities.

A wild example website for handling only this encoder:
https://jconv.codethoi.com/

Would love to have this!

Copy link

vercel bot commented May 16, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
it-tools ✅ Ready (Inspect) Visit Preview May 16, 2024 7:14am

Copy link

sonarcloud bot commented May 16, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

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.

None yet

1 participant