I'm working on a Flashcard app and earlier today, with some community help, I figured out how to get my French/English dictionary loaded into a properly formatted array. There's only one problem. All the accented characters are showing up as black diamond shapes with question marks in the middle.
The characters look fine in the .txt file I'm loading with the AJAX object. Is it a problem with the array object? Is this fixable? If not, what are my other options?