Aleister
Posts: 73
|
| Posted: 05/25/2004, 6:54 PM |
|
Hello,
I am building a website in CCS2 in greek language and I have a strange problem. When I am setting the value of a label with greek text, it displays questionmarks as the output. But only if I set this value by using SetValue, if the input is a database field, it is displayed correctly.
Any suggestions?
Thank you,
Aleister
|
 |
 |
Juls
|
| Posted: 01/09/2005, 4:13 PM |
|
Did you resolve this problem, I have the same problem
|
|
|
 |
Last Hero
|
| Posted: 01/10/2005, 2:04 AM |
|
Dou you use:
$label->SetValue("NewVal");
or
$label->Value = "NewVal";
?
Only first variant is correct
|
|
|
 |
|