Reputation: 41
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