[Libgdx] Preferences File Parsing Errors

So in my game, the user sets their name in a text field that I use preferences to store.
When I relaunch the application, I got an error.
When I went to the prefs file that was made in .prefs it had a bunch of HTML escape sequences, specifically � right before a sequence of captials.
How do I stop these?