Tom Habing
Results
2
comments of
Tom Habing
I was having a similar problem, and I found that if I changed the Encoding to ANSI prior to generating the checksum, it gave me the expected result.
Here is another example (simplified from a much larger CSS) I just ran into: var str = @" h3 {color: yellow; @media print { h3 {color: black; } } ";...