...
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 | ||
---|---|---|
| ||
"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