Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Unicode characters error when save

Reply
Thread Tools

Unicode characters error when save

 
 
VB Programmer
Guest
Posts: n/a
 
      06-29-2007
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!




 
Reply With Quote
 
 
 
 
George Ter-Saakov
Guest
Posts: n/a
 
      06-29-2007
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.

"VB Programmer" <> wrote in message
news:%...
> 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!
>
>
>
>



 
Reply With Quote
 
 
 
 
VB Programmer
Guest
Posts: n/a
 
      06-29-2007
Thanks George.

"George Ter-Saakov" <gt-> wrote in message
news:O%...
> 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.
>
> "VB Programmer" <> wrote in message
> news:%...
>> 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!
>>
>>
>>
>>

>
>



 
Reply With Quote
 
akgiddings akgiddings is offline
Junior Member
Join Date: Jul 2011
Posts: 1
 
      07-11-2011
Got the same error after copying and pasting some text into an HTML page that contained those special left and right quotation marks, replaced them with &ldquo; and &rdquo; and all was OK.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Python unicode utf-8 characters and MySQL unicode utf-8 characters Grzegorz Śliwiński Python 2 01-19-2011 07:31 AM
Re: convert unicode characters to visibly similar ascii characters Laszlo Nagy Python 6 07-02-2008 04:42 PM
Re: convert unicode characters to visibly similar ascii characters M.-A. Lemburg Python 0 07-02-2008 08:39 AM
Re: convert unicode characters to visibly similar ascii characters Terry Reedy Python 0 07-01-2008 07:46 PM
XMLParser error with unicode characters in XML file. Manoj Nair XML 1 07-07-2004 12:53 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57