Click here to Skip to main content
16,004,761 members
Home / Discussions / C#
   

C#

 
GeneralRe: Search.asp.cs in C# Pin
Christian Graus10-Jun-07 14:36
protectorChristian Graus10-Jun-07 14:36 
QuestionDataGridViewCheckBoxColumn on-click Event Pin
dbetting10-Jun-07 4:52
dbetting10-Jun-07 4:52 
QuestionChange typing language Pin
clint198210-Jun-07 4:50
clint198210-Jun-07 4:50 
AnswerRe: Change typing language Pin
Colin Angus Mackay10-Jun-07 6:02
Colin Angus Mackay10-Jun-07 6:02 
QuestionRe: Change typing language Pin
clint198210-Jun-07 11:59
clint198210-Jun-07 11:59 
AnswerRe: Change typing language Pin
Colin Angus Mackay10-Jun-07 13:19
Colin Angus Mackay10-Jun-07 13:19 
QuestionEncoding in .DBF file. Pin
tg200410-Jun-07 1:59
tg200410-Jun-07 1:59 
AnswerRe: Encoding in .DBF file. Pin
Guffa10-Jun-07 4:33
Guffa10-Jun-07 4:33 
You are confusing encoded data with character codes. They are not the same.

When you are reading the byte values from the file, you are getting encoded data.

When you are getting the character codes from a string, you are getting decoded unicode character codes. The character codes are 16 bit values, not 8 bit values.

How are you displaying the character codes? As they are 16 bit value, they will not fit in a two-character hex code. Are you certain that the character in question really has the character code C7 and not for example 48C7?

Do you have any problem with the values that you read, besides that the encoded bytes and the decoded characters are different?

---
single minded; short sighted; long gone;

GeneralRe: Encoding in .DBF file. Pin
tg200412-Jun-07 7:15
tg200412-Jun-07 7:15 
AnswerRe: Encoding in .DBF file. Pin
Guffa12-Jun-07 8:17
Guffa12-Jun-07 8:17 
QuestionHow to set SelectionFont when it returns null? Pin
rvp717y10-Jun-07 1:55
rvp717y10-Jun-07 1:55 
AnswerRe: How to set SelectionFont when it returns null? Pin
Luc Pattyn10-Jun-07 2:02
sitebuilderLuc Pattyn10-Jun-07 2:02 
GeneralRe: How to set SelectionFont when it returns null? Pin
rvp717y10-Jun-07 4:06
rvp717y10-Jun-07 4:06 
GeneralRe: How to set SelectionFont when it returns null? Pin
Muammar©10-Jun-07 5:46
Muammar©10-Jun-07 5:46 
Questionstandard toolbar Pin
md_refay10-Jun-07 1:30
md_refay10-Jun-07 1:30 
AnswerRe: standard toolbar Pin
Giorgi Dalakishvili10-Jun-07 1:35
mentorGiorgi Dalakishvili10-Jun-07 1:35 
Questiongeneral variables Pin
md_refay10-Jun-07 1:25
md_refay10-Jun-07 1:25 
AnswerRe: general variables Pin
Giorgi Dalakishvili10-Jun-07 1:30
mentorGiorgi Dalakishvili10-Jun-07 1:30 
AnswerRe: general variables Pin
Muammar©10-Jun-07 5:43
Muammar©10-Jun-07 5:43 
Questioncalculator Pin
md_refay10-Jun-07 1:23
md_refay10-Jun-07 1:23 
AnswerRe: calculator Pin
Giorgi Dalakishvili10-Jun-07 1:28
mentorGiorgi Dalakishvili10-Jun-07 1:28 
AnswerRe: calculator Pin
Gopal.S10-Jun-07 1:36
Gopal.S10-Jun-07 1:36 
AnswerRe: calculator Pin
Muammar©10-Jun-07 5:41
Muammar©10-Jun-07 5:41 
GeneralRe: calculator Pin
sxbluebird11-Jun-07 19:37
sxbluebird11-Jun-07 19:37 
QuestionDatagrid (expanding to child tables) Pin
Muammar©10-Jun-07 0:02
Muammar©10-Jun-07 0:02 

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.