You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The InputSource.getByteStream() method returns a raw byte stream, and thus does not contain the byte encoding. Currently, code that uses InputSource.getByteStream() assumes the encoding is UTF-8, but this is not guaranteed.
The text was updated successfully, but these errors were encountered:
The
InputSource.getByteStream()
method returns a raw byte stream, and thus does not contain the byte encoding. Currently, code that usesInputSource.getByteStream()
assumes the encoding isUTF-8
, but this is not guaranteed.The text was updated successfully, but these errors were encountered: