Click here to Skip to main content
15,906,296 members
Home / Discussions / C#
   

C#

 
GeneralRe: Overflow exception, a question Pin
yoaz31-Oct-04 2:20
yoaz31-Oct-04 2:20 
GeneralRe: Overflow exception, a question Pin
Ahmed Galal31-Oct-04 21:49
Ahmed Galal31-Oct-04 21:49 
GeneralDataSet - scalability Pin
devvvy30-Oct-04 23:14
devvvy30-Oct-04 23:14 
GeneralRe: DataSet - scalability Pin
Alex Korchemniy31-Oct-04 9:40
Alex Korchemniy31-Oct-04 9:40 
GeneralRe: DataSet - scalability Pin
devvvy31-Oct-04 16:49
devvvy31-Oct-04 16:49 
GeneralStreet level mapping Pin
parrot12330-Oct-04 20:48
parrot12330-Oct-04 20:48 
GeneralRe: Street level mapping Pin
Colin Angus Mackay31-Oct-04 2:00
Colin Angus Mackay31-Oct-04 2:00 
GeneralApplication.EnableVisualStyles and Toolbar icons Pin
steve_rm30-Oct-04 20:08
steve_rm30-Oct-04 20:08 
GeneralRetriving Text Pin
abdo12345678930-Oct-04 11:20
abdo12345678930-Oct-04 11:20 
GeneralExecuting a file from an interface Pin
Kiran Satish30-Oct-04 11:05
Kiran Satish30-Oct-04 11:05 
GeneralRe: Executing a file from an interface Pin
Alex Korchemniy30-Oct-04 13:41
Alex Korchemniy30-Oct-04 13:41 
GeneralRe: Executing a file from an interface Pin
Kiran Satish31-Oct-04 7:13
Kiran Satish31-Oct-04 7:13 
GeneralRe: Executing a file from an interface Pin
Alex Korchemniy31-Oct-04 9:23
Alex Korchemniy31-Oct-04 9:23 
GeneralRe: Executing a file from an interface Pin
Kiran Satish31-Oct-04 9:49
Kiran Satish31-Oct-04 9:49 
GeneralNeed idea for a neural network... Pin
tom_dx30-Oct-04 10:52
tom_dx30-Oct-04 10:52 
GeneralRe: Need idea for a neural network... Pin
Alex Korchemniy30-Oct-04 11:01
Alex Korchemniy30-Oct-04 11:01 
GeneralRe: Need idea for a neural network... Pin
tom_dx30-Oct-04 11:17
tom_dx30-Oct-04 11:17 
GeneralRe: Need idea for a neural network... Pin
yoaz31-Oct-04 2:14
yoaz31-Oct-04 2:14 
QuestionHow to get a string's encoding Pin
Matt Gerrans30-Oct-04 9:52
Matt Gerrans30-Oct-04 9:52 
AnswerRe: How to get a string's encoding Pin
Heath Stewart31-Oct-04 9:21
protectorHeath Stewart31-Oct-04 9:21 
GeneralRe: How to get a string's encoding Pin
Matt Gerrans1-Nov-04 5:01
Matt Gerrans1-Nov-04 5:01 
GeneralRe: How to get a string's encoding Pin
Heath Stewart1-Nov-04 5:30
protectorHeath Stewart1-Nov-04 5:30 
And why do you call it a bug? It sounds correct. UTF8 is an MBCS (multi-byte character set) that uses 7-bit characters as ANSI does, but 8-bit characters (i.e., the 8th bit is set) denotes Unicode codepoints. That's the beauty of UTF8 - it maintains backward compatibility so long as you don't use Unicode, and if you must it allows for that.

So, use the UTF8Encoding instead.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
GeneralRe: How to get a string's encoding Pin
Matt Gerrans1-Nov-04 11:23
Matt Gerrans1-Nov-04 11:23 
GeneralRe: How to get a string's encoding Pin
Heath Stewart1-Nov-04 11:37
protectorHeath Stewart1-Nov-04 11:37 
GeneralCollection Class's Pin
MrJJKoolJ30-Oct-04 5:24
MrJJKoolJ30-Oct-04 5:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.