Unicode characters error when save

  • Thread starter Thread starter VB Programmer
  • Start date Start date
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!
 
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.
 
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

Back
Top