Hello!

I have learnt so much about detecting text encoding that I know that it has to be guessed.
I am using RC6, and I wonder what the best practice is to either detect the decoding. I have not found such a method, but perhaps I overlooked it.
Or if it doesn't exist, then it would be great to hear how others do it.
Currently I use new_c.fso.ReadTextContent and have a look at the characters to detect the encoding.
But I wonder if I should call .ReadByteContent instead, and since it doesn't have a range option, I wonder what RC6 sees as the best way to handle this topic.

Thank you!