Accent problem on IIS 10 (Windows 10) using classic ASP

Asked

Viewed 715 times

2

I did several searches 2 days ago and tried everything but I could not solve the problem, which is the following:

I enabled IIS in Windows 10 64 bit home to use local pages in classic ASP. Until then all beauty, working well, but I realized that when sending a text with accentuation through a POST on a form and capturing it by a REQUEST, where it has accent it returns strange characters, as if the server does not recognize accents.

For example: the word "chapter" comes in the REQUEST as "cap�tulo", and in the Mysql database is recorded as "cap? tulo". If I put the QUERY direct in the URL (e.g. ?name=chapter), the REQUEST returns wrong also "chapter-tulle" but writes correctly in the database.

I’m a little inexperienced at this and I’ve fucked up and I can’t fix it. Someone would know how to fix it?

1 answer

0


Thanks for the help but I was able to fix it. The problem wasn’t in the server configuration. It was a include who was without the charset, and so "messing up" the rest of the page.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.