1
vote
Detecting encoding conversion problems
How exactly are you doing the conversion?
The whole copying-from-Word problem is something I've come across more often, but it should really be easy to solve.
Those chararacters you …
1
vote
Two encodings used in RTF string won’t display correct in RichTextBox?
I don't know why it's happening, but the encoding appears to be GBK (or something sufficiently similar).
Perhaps the server tri …
0
votes
Why does C# designer-generated code (like Form1.designer.cs) play havoc with Subversion?
I'm not familiar with C# or the Windows Form Designer, but looking at some designer.cs files I could find online they don't have a particularly complicated structure.
What part …
0
votes
Is there a CSS parser for C#?
And a slightly slower search turns up this one:
http://blog.dynamicprogrammer.com/2008/01/20/CSSParser …
