Unicode characters error when save

V

VB Programmer

In Visual Studio 2005...

When I'm saving an HTML file it gives me this message:

"Some Unicode characters in this file could not be saved in the current
codepage. Do you want to resave this file as Unicode in order to maintain
your data?
Yes No Save With Other Encoding Cancel"

Any ideas what this means and how I should handle it?

Thanks!
 
G

George Ter-Saakov

That means you have non English characters in your code. And they must be
saved as Unicode if you want them to show up.

Usually it happens if you copied code from some webpage. If you positive
that there should not be any non-English characters then just say "No".

George.
 
V

VB Programmer

Thanks George.

George Ter-Saakov said:
That means you have non English characters in your code. And they must be
saved as Unicode if you want them to show up.

Usually it happens if you copied code from some webpage. If you positive
that there should not be any non-English characters then just say "No".

George.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top