> correctly on my web page. Querying the database with the mysql client I see > that the character ó in the word Supervisión is ok but when my web app > queries the database the web page displays Supervisi¢n. The ó character > seems to be switched for the ¢ character. Does anyone know why this is > happening and how I can fix it?
Try to set the correct charset / encoding in the HTML using a META-tag. Otherwise you can try to find a function to convert from one charset to another in ASP. Regards, Jigal. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]