I did notice that it specifies with character type is necessary for each table, but I was hoping that the problem would be this simple. My errors actually came about when I was using a backup provided by my webhost -- I was just hoping I could pinpoint the error like that.
Another thing that I am noticing now: in most cases, the actual values are being preserved directly in the MySQL database. Previously, they would be stored in the database as character sets to represent a single letter. That is to say something like Ä« would be in the database, but would show up in the browser as è. Now, however, è is showing up in the database, and an unintelligible character is coming into the browser.
Do you have any idea about why this might be happening, or how I could possibly recover these values to the character sets so that everything works out in the browser?
Thanks,
Ange52