$action.getText("encoding.test.interpretation.instruction")

$action.getText("encoding.test.should.look.like.this.image", [$action.getText("url.support"),'',""])

$action.getText("encoding.test1")

$action.getText("encoding.test1.description")

$action.rawTestString

$action.getText("encoding.test2")

$action.getText("encoding.test2.description")

$action.submittedTestString

$action.getText("encoding.test3")

$action.getText("encoding.test3.description")

$action.databasedTestString

$action.getText("encoding.test3.expectedresult")

$action.rawTestString.toLowerCase()

$action.getText("encoding.test4")

$action.getText("encoding.test4.description")

$action.databasedLowercaseTestString

$action.getText("encoding.test4.expectedresult")

$action.rawTestString.toUpperCase()

$action.getText("encoding.test5")

$action.getText("encoding.test5.description")

#if ($action.fileCreatedSuccessfully) #set ($iconPath = "$staticResourceUrlPrefix/images/icons/emoticons/check.png") #else #set ($iconPath = "$staticResourceUrlPrefix/images/icons/emoticons/error.png") #end

$action.getText("encoding.test5.fileCreatedSuccessfully.${action.fileCreatedSuccessfully}")

#if ($action.fileCreatedSuccessfully)

$action.getText("encoding.test6")

$action.getText("encoding.test6.description")

#set ($text = "encoding.test6.fileNameMangled.${action.fileNameMangled}") #if ($action.fileNameMangled) #set ($iconPath = "$staticResourceUrlPrefix/images/icons/emoticons/warning.png") #else #set ($iconPath = "$staticResourceUrlPrefix/images/icons/emoticons/check.png") #end

$action.getText($text)

#else

$action.fileCreationException

#end