Click here to Skip to main content
15,885,546 members
Home / Discussions / C#
   

C#

 
GeneralRe: Creating new object in another thread, then BeginInvoke that object? Pin
Curtis Schlak.6-Mar-09 7:40
Curtis Schlak.6-Mar-09 7:40 
GeneralRe: Creating new object in another thread, then BeginInvoke that object? Pin
Dave Kreskowiak6-Mar-09 7:15
mveDave Kreskowiak6-Mar-09 7:15 
GeneralRe: Creating new object in another thread, then BeginInvoke that object? Pin
Dan Neely6-Mar-09 8:35
Dan Neely6-Mar-09 8:35 
QuestionWeb Services and Files Pin
cdpace6-Mar-09 3:49
cdpace6-Mar-09 3:49 
AnswerRe: Web Services and Files Pin
Curtis Schlak.6-Mar-09 4:08
Curtis Schlak.6-Mar-09 4:08 
QuestionUTF-8 Not Displaying Unicode Pin
Tim Beck6-Mar-09 3:21
Tim Beck6-Mar-09 3:21 
AnswerRe: UTF-8 Not Displaying Unicode Pin
Curtis Schlak.6-Mar-09 4:05
Curtis Schlak.6-Mar-09 4:05 
AnswerRe: UTF-8 Not Displaying Unicode Pin
Guffa6-Mar-09 6:26
Guffa6-Mar-09 6:26 
I tried it, and with your file containing correctly UTF-8 encoded text it works without problems. I think that the text in the file isn't actually encoded as UTF-8, or that you have decoded UTF-8 as ANSI and then encoded the corrupted string as UTF-8.

Tim Beck wrote:
I've tried:

UTF8Encoding utf8 = new UTF8Encoding();
Byte[] encodedBytes = utf8.GetBytes(o.Content);
o.Content = utf8.GetString(encodedBytes);

but that makes no difference.


Of course it doesn't. You are just encoding the string to UTF-8 and then decoding it again. That doesn't change how it's decoded when you read it from the file.

Despite everything, the person most likely to be fooling you next is yourself.

Questionabout array and property Pin
clj198705036-Mar-09 2:59
clj198705036-Mar-09 2:59 
AnswerRe: about array and property Pin
musefan6-Mar-09 3:15
musefan6-Mar-09 3:15 
AnswerRe: about array and property Pin
Xmen Real 6-Mar-09 3:24
professional Xmen Real 6-Mar-09 3:24 
AnswerRe: about array and property Pin
clj198705036-Mar-09 3:58
clj198705036-Mar-09 3:58 
GeneralRe: about array and property Pin
musefan6-Mar-09 4:11
musefan6-Mar-09 4:11 
GeneralRe: about array and property Pin
Curtis Schlak.6-Mar-09 4:15
Curtis Schlak.6-Mar-09 4:15 
GeneralRe: about array and property Pin
Cybernate6-Mar-09 8:55
Cybernate6-Mar-09 8:55 
AnswerRe: about array and property Pin
Curtis Schlak.6-Mar-09 9:35
Curtis Schlak.6-Mar-09 9:35 
GeneralRe: about array and property Pin
Cybernate6-Mar-09 9:38
Cybernate6-Mar-09 9:38 
GeneralRe: about array and property Pin
Curtis Schlak.6-Mar-09 9:42
Curtis Schlak.6-Mar-09 9:42 
QuestionDisabling Crystal login Pin
twsted f86-Mar-09 2:56
twsted f86-Mar-09 2:56 
AnswerRe: Disabling Crystal login Pin
ABitSmart6-Mar-09 3:27
ABitSmart6-Mar-09 3:27 
AnswerRe: Disabling Crystal login Pin
monstale6-Mar-09 5:08
monstale6-Mar-09 5:08 
QuestionFull Screen Application Pin
stancrm6-Mar-09 2:56
stancrm6-Mar-09 2:56 
AnswerRe: Full Screen Application Pin
musefan6-Mar-09 3:13
musefan6-Mar-09 3:13 
AnswerRe: Full Screen Application Pin
Xmen Real 6-Mar-09 3:21
professional Xmen Real 6-Mar-09 3:21 
QuestionScrollBar makes XNA Freeze [modified] Pin
invader826-Mar-09 1:36
invader826-Mar-09 1:36 

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.