D
darin dimitrov
I have a Stream object created after parsing some
"multipart/form-data" HTTP content in a server application and I need
to obtain its encoding. When I save the Stream to a file I can see its
encoding: in most cases it is UTF-8 but it can also be ISO-8859-1
(Western European) or other. How can I obtain the Encoding of this
Stream? Is this possible?
"multipart/form-data" HTTP content in a server application and I need
to obtain its encoding. When I save the Stream to a file I can see its
encoding: in most cases it is UTF-8 but it can also be ISO-8859-1
(Western European) or other. How can I obtain the Encoding of this
Stream? Is this possible?