2

I receive an input of a byte[].

the byte[] holds an xml.

The xml decleration says that the encoding of the document is "Cp1255", but i suspect it is not!

What way do you suggest to check what is the actual encoding of the byte[]?

I can test it manually but that is not so good.

Michael A
  • 5,770
  • 16
  • 75
  • 127

1 Answers1

0

I've bookmarked these pages some time ago, maybe they will be useful for you:

pbespechnyi
  • 2,251
  • 1
  • 19
  • 29