...
This guideline falls under EX0 of guideline FIO11-J. Do not attempt to read raw binary data as character data. Also, see the related guideline FIO02IDS13-J. Keep track of bytes read and account for character encoding while reading dataDo not assume every character in a string is the same size for more information.
Noncompliant Code Example
...
Wiki Markup |
---|
\[[Encodings 2006|AA. Bibliography#Encodings 06]\] |
...
FIO02IDS13-J. Keep track of bytes read and account for character encoding while reading dataDo not assume every character in a string is the same size 12. Input Output (FIO) FIO05-J. Do not create multiple buffered wrappers on a single InputStream