Is there a way to keep french accents ? #2290
Closed
RubenYildiz21
started this conversation in
General
Replies: 1 comment
-
|
Hi, The default behavior is to serialize to UTF8, which does keep the accents. See https://try.jsoup.org/~npPVyBjsi3TXhfwRwpTSSKkQjKY E.g. this roundtrips through the cleaner: <p>L'élève studieux s'écria : « Voilà où j'habite, près d’un café très animé ! »</p>If you have set the output character set to a charset that doesn't support the accents (like ascii), then by necessity they will be encoded. Perhaps you could show a code sample? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello guys, I was wondering if there was a way to keep french accents with SafeList ?
Beta Was this translation helpful? Give feedback.
All reactions