Click here to Skip to main content
15,920,383 members
Home / Discussions / C#
   

C#

 
Questiondatediff in C# Pin
drequinox14-Jan-07 10:48
drequinox14-Jan-07 10:48 
AnswerRe: datediff in C# Pin
User 665814-Jan-07 11:22
User 665814-Jan-07 11:22 
GeneralRe: datediff in C# Pin
drequinox14-Jan-07 11:30
drequinox14-Jan-07 11:30 
AnswerRe: datediff in C# Pin
Guffa14-Jan-07 11:35
Guffa14-Jan-07 11:35 
GeneralRe: datediff in C# Pin
drequinox15-Jan-07 0:41
drequinox15-Jan-07 0:41 
AnswerRe: Messenger Notify Pin
Ed.Poore14-Jan-07 9:44
Ed.Poore14-Jan-07 9:44 
Questionconverting string from any coding to utf-8 - still not working :-( Pin
rafiki27014-Jan-07 9:16
rafiki27014-Jan-07 9:16 
AnswerRe: converting string from any coding to utf-8 - still not working :-( Pin
Nader Elshehabi14-Jan-07 9:46
Nader Elshehabi14-Jan-07 9:46 
Your mistake is wuite clear. First you changed the string to bytes using the IBM870 encoding. Then you changed that bytes to a string again using the Latin2 encoding. Here is the problem.
After that when you used the UTF8 encoding to convert the bytes to string, for sure it'll screw up.

What are you tying to do anyway converting strings to bytes back and forth?

RegardsRose | [Rose]

GeneralRe: converting string from any coding to utf-8 - still not working :-( Pin
Guffa14-Jan-07 11:22
Guffa14-Jan-07 11:22 
AnswerRe: converting string from any coding to utf-8 - still not working :-( Pin
rafiki27014-Jan-07 14:10
rafiki27014-Jan-07 14:10 
QuestionRemove posted message Pin
electriac14-Jan-07 7:01
electriac14-Jan-07 7:01 
AnswerRe: Remove posted message Pin
l.m.k14-Jan-07 7:38
l.m.k14-Jan-07 7:38 
QuestionRecursive search sorry I forgot the ignore html last time Pin
electriac14-Jan-07 6:49
electriac14-Jan-07 6:49 
AnswerRe: Recursive search sorry I forgot the ignore html last time Pin
Abisodun14-Jan-07 7:10
Abisodun14-Jan-07 7:10 
GeneralRe: Recursive search sorry I forgot the ignore html last time Pin
electriac14-Jan-07 7:12
electriac14-Jan-07 7:12 
QuestionDataGridViewComboBoxColumn [modified] Pin
bluewavestrider14-Jan-07 5:01
bluewavestrider14-Jan-07 5:01 
Questionconverting string from any coding to utf-8 [modified] Pin
rafiki27014-Jan-07 3:48
rafiki27014-Jan-07 3:48 
AnswerRe: converting string from any coding to utf-8 Pin
Guffa14-Jan-07 6:26
Guffa14-Jan-07 6:26 
AnswerRe: converting string from any coding to utf-8 Pin
rafiki27014-Jan-07 7:33
rafiki27014-Jan-07 7:33 
AnswerRe: converting string from any coding to utf-8 Pin
Guffa14-Jan-07 11:04
Guffa14-Jan-07 11:04 
QuestionIt's urgent Pin
sjs4u14-Jan-07 3:13
sjs4u14-Jan-07 3:13 
AnswerRe: It's urgent Pin
Christian Graus14-Jan-07 10:06
protectorChristian Graus14-Jan-07 10:06 
QuestionCalling C# function through Javascript in ASP.NET Pin
ALAQUNAIBI14-Jan-07 2:07
ALAQUNAIBI14-Jan-07 2:07 
AnswerRe: Calling C# function through Javascript in ASP.NET Pin
Guffa14-Jan-07 3:12
Guffa14-Jan-07 3:12 
QuestionWorkFlow using C# Pin
shabonaa14-Jan-07 1:14
shabonaa14-Jan-07 1:14 

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.