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

Jsoup.clean #7

Open
ziyaaskerov opened this issue Aug 22, 2014 · 1 comment
Open

Jsoup.clean #7

ziyaaskerov opened this issue Aug 22, 2014 · 1 comment

Comments

@ziyaaskerov
Copy link

I use Html Cleaner plugin to escape unwanted html tags.I have a problem with encoding.For example given parameter is name and its value is="Üöşçıəşüğə"
but
String name = htmlCleaner.cleanHtml(params.name,'none'); returns me "üöşçıəşüğə" after htmlCleaner.cleanHtml() method
How could i configure it for UTF-8 ??

@snimavat
Copy link
Owner

@ziyaaskerov - can you look at jsop and see how it handles utf-8 ? If it needs some special config, we have to update html cleaner.

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