In a multiple language site I have something very odd going on. Everything in Greek is displaying fine (dynamic and static content) The only thing that is not is the initial value for a select box which I have declared in a function like this:
<cfset result[1][2]="-- Επιλέξτε --">
Should I set some encoding within the function?