Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: "the the" --> "the"

...

This noncompliant code example attempts to read 1024 bytes encoded in UTF-8 from an InputStream and to return them as a String. It explicitly specifies the the encoding to build the string, in compliance with IDS13-J. Use compatible encodings on both sides of file or network IO.

...

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="7b38f5f280adc0f8-63e08e28-4d584f12-a371b106-13a8f9a043c5adcadc0a8e35"><ac:plain-text-body><![CDATA[

[[API 2006

AA. Bibliography#API 06]]

Class InputStream, DataInputStream

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="065342eba4295927-6467cc09-46ea4d9c-9d84a878-aa719d14aa1954ac22a5db4c"><ac:plain-text-body><![CDATA[

[[Chess 2007

AA. Bibliography#Chess 07]]

8.1 Handling Errors with Return Codes

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="b981540bd634ba3d-970a0f88-49634549-ba47bbe0-fe53d709147cc74eff2f919b"><ac:plain-text-body><![CDATA[

[[Harold 1999

AA. Bibliography#Harold 99]]

Chapter 7: Data Streams, Reading Byte Arrays

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="fb52c31a2c7eb066-346e2b28-45424a7c-a9b3b3ea-dc800039f073ed6359dc0a1f"><ac:plain-text-body><![CDATA[

[[Phillips 2005

AA. Bibliography#Phillips 05]]

 

]]></ac:plain-text-body></ac:structured-macro>

...