Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Wiki Markup
This noncompliant code example uses the locale-dependent {{String.toUpperCase()}} method to convert an HTML tag to upper case. While the English locale would convert "title" to "TITLE", the Turkish locale will convert "title" to "T?TLE," where '?' is the Latin capital letter 'I' with a dot above the character \[[API 2006|AA. Bibliography#APIReferences#API 06]\]. 

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

...

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="8968f0ed9509d3cd-1b3927df-43ef4311-927980b0-ba1dd0d75fe9c44264c7771c"><ac:plain-text-body><![CDATA[

[[API 2006

AA. Bibliography#API References#API 06]]

Class String

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

...