Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Edited by NavBot (vkp) v1.0

...

Wiki Markup
This noncompliant code example uses the locale sensitive {{String.toUpperCase()}} method to convert an html tag to uppercase. This produces the string "T?TLE" in the Turkish locale wherein '?' is the Latin capital letter 'I' with a dot above the character \[[API 2006|AA. Java References#APIBibliography#API 06]\]. 

Code Block
bgColor#FFcccc
"title".toUpperCase();

...

Wiki Markup
\[[API 2006|AA. Java References#APIBibliography#API 06]\] Class {{String}}

...

IDS15-J. Prefer using URIs to URLs      10. Input Validation and Data Sanitization (IDS)      IDS17-J. Understand how escape characters are interpreted when String literals are compiled