|
| Register now to interact with over 11,000 members! Registered users have Posting Privileges, free access to Private Messaging, Email Notifications and more. |
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
Posts: n/a
|
displaying output from table.
i'm using a perl script.
i have a problem displaying the output of my table. the content of the fields are in russian language. in the table itself, for the field i'm using: Collation:utf8_bin Type: Varchar(22) it works normal when i look at it using PHPmyAdmin. when i run a perl script to display the table output i see ????????????? instead of the russian characters.... How do i display it? |
|
|
#2 |
|
Posts: n/a
|
I can only save in ANSI encoding
cause the rest of the encodings give me a 500internal error. but ANSI doesnt accept russian chars. UTF-8 accepts russian chars but doesn't compile in the cgi-bin any ideas how to display it? |
![]() |
| Thread Tools | Search this Thread |
|
|