I don't know if this is a bug or a problem in my source code :s Can you help me?
This works fine, the textbox shows the correct characters:
{:Text 1
:CHook 10
:OrigContent 'Xavi disput=C3=B3 los 90 minutos el mi=C3=A9rcoles ante el Rubin Kazan y acab=C3=B3 el encuentro con molestias.'
:OrigBoxSize 710 266
:OrigPosition 10 300
:HJustification justified
:VJustification centre
:TextWrapping true
}
This don't work...shows the charcodes (=C3=B3) instead the correct characters (ó).
{:Text 1
:CHook 10
:OrigContent :ContentRef ('/text.txt')
:OrigBoxSize 710 266
:OrigPosition 10 10
:HJustification justified
:VJustification centre
:TextWrapping true
}
"text.txt" contains: "Xavi disput=C3=B3 los 90 minutos el mi=C3=A9rcoles ante el Rubin Kazan y acab=C3=B3 el encuentro con molestias."
Thanks in advance!
Do you know any way to solve this?
Thx!