PDA

View Full Version : encoding issues


esthera
08-21-2009, 08:13 AM
I have a website with hebrew. It pulls hebrew from the database, has hebrew in the html file, and has hebrew assigned to variables.
I tried many options and now got it basically working with

response.charset="1255" and a metatag of 1255

BUT it works everywhere except when I assign a variable to the hebrew. In that case it shows on the site as ????????

What can I do ? changing to utf8 did not work and was much worse.

Please advise?

ckeyrouz
08-21-2009, 04:41 PM
post some code please