I have problem with cfreport function. I'm reading data from
database
- Oracle 9i and these data are cyrillic, but i can see them on my
page with windows-1251 encoding:
<CFCONTENT TYPE="text/html; Charset=windows-1251">
So the problem that i see the data in pdf or FlashPaper like no
enkoding. As i notise the encoding in flashpaper (so in pdf too) is
Unicode and i dont know how to change it.
I tried with
<cfprocessingdirective pageencoding="windows-1251">
but it seems that nothing works with cfreport. Also thet means and for
cfdocument too.
I change in the report (the .crf file) the PDF Character Encoding but
nothing.
Only the labels on cyrillic (macedonian) is displayed OK, but the data
from the database are
������������� like this.
Thanks in advance.
- Oracle 9i and these data are cyrillic, but i can see them on my
page with windows-1251 encoding:
<CFCONTENT TYPE="text/html; Charset=windows-1251">
So the problem that i see the data in pdf or FlashPaper like no
enkoding. As i notise the encoding in flashpaper (so in pdf too) is
Unicode and i dont know how to change it.
I tried with
<cfprocessingdirective pageencoding="windows-1251">
but it seems that nothing works with cfreport. Also thet means and for
cfdocument too.
I change in the report (the .crf file) the PDF Character Encoding but
nothing.
Only the labels on cyrillic (macedonian) is displayed OK, but the data
from the database are
������������� like this.
Thanks in advance.