You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ??
The text was updated successfully, but these errors were encountered:
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 ??
The text was updated successfully, but these errors were encountered: