Ia Rigby
Ia Rigby

Reputation: 41

StringUtils StripAccents replaces accented letters with question marks

I'm trying to use Apache StringUtils stripAccents() method to remove accents from characters, and isntead of doing that it outputs question marks in place of accented letters.

Example: Ádám is converted to ?dam instead of Adam. I'm using Scala version 2.12.3

Has anybody had this issue?

Upvotes: 0

Views: 1287

Answers (0)

Related Questions