Ask a Question related to Coldfusion Database Access, Design and Development.
-
rami1972 #1
problems encoding hebrew text from access 97
Hello,
I've moved a web site that I've built from a server that uses CF 5 to a server
that uses CF MX.
As seen in the page - [url]http://www.yes-od.com/kesher.cfm[/url]
The static hebrew HTML text apears just fine, but the dynamic hebrew text from
the access 97 data base apears in "jibrish".
Can anyone have a look at tell me what can be done so that the site will look
as it should be?
Thankshttp://www.yes-od.com/kesher.cfm
rami1972 Guest
-
XML text encoding
Anyone have any experience with this? I'm loading files from an XML file that is encoded as a UTF-8 files. I tried some other encoding formats,... -
CGI.pm: encoding problems
I have a problem with inputing utf-8 via a text window using CGI.pm. This problem concerns UTF8 so apologies for posting something with Chinese... -
Encoding Problems
Hi, I'm using the MSXML4 XMLHTTP object to send soap messages. Yesterday all worked fine, and I think the installation og either XP SP2 or .net... -
encoding problems with MX
i dont know if there is a way to do it or a patch to fix it or how many times this question has been asked here but i will ask it. how can i use... -
FileMaker and encoding problems
Hi, My friend is using filemaker to store his workes. Using their working days & hours, personal info. He has an encoding problem. Can anyone... -
paulh #2
Re: problems encoding hebrew text from access 97
what encoding did you use to enter the data in the first place? mx
defaults to utf-8. you might get lucky, try simply changing the access
driver to "access for unicode" & see what happens. you have to decide
what encoding to use, unicode (which i laways recommend) or a hebrew
codepage (provided that's what you used in the first place). decide that
first.
btw this has no effect in mx and is in fact misleading as an artifact
(if that's why it's there): <meta http-equiv="Content-Type"
content="text/html; charset=windows-1255"> the page is actually
rendered using utf-8.
paulh Guest



Reply With Quote

