CFHTTP charset issue

2014-05-09 Thread Edward Chanter
We're using CFHTTP to query a java service. The system basically takes a piece of text and posts it via CFHTTP to a custom service written in Java. The problem is occuring because CF doesn't seem to be setting the character encoding correctly. Consequently special characters like smart quotes are

Re: CFHTTP charset issue

2014-05-09 Thread Paul Hastings
On 5/9/2014 4:13 PM, Edward Chanter wrote: What am I missing here? if that java bit is relying on getCharacterEncoding(), i think it gets the charset from Content-Type (not exactly sure why cfhttp charset param's not setting that). so maybe try setting it via Content-Type too. cfhttpparam

Re: CFHTTP charset issue

2014-05-09 Thread Edward Chanter
Paul, thank you so much, your suggestion sorted my problem out. You just saved a bunch of people a load of time :) On 9 May 2014 14:52, Paul Hastings p...@sustainablegis.com wrote: On 5/9/2014 4:13 PM, Edward Chanter wrote: What am I missing here? if that java bit is relying on

Re: charset issue

2004-09-12 Thread Jochem van Dieten
Douglas Knudsen wrote: running CFMX 6.1 on winblows with the almighty oracle.We are grabbing some data from another server running CFMX 6.1 on Unix with MySql via a webservice.Seems the data we get is not displaying correctly. Where is it not displaying correctly? MySQL? Webservice? Oracle?

Re: charset issue

2004-09-10 Thread Douglas Knudsen
anyone? On Thu, 9 Sep 2004 17:22:49 -0400, Douglas Knudsen [EMAIL PROTECTED] wrote: running CFMX 6.1 on winblows with the almighty oracle.We are grabbing some data from another server running CFMX 6.1 on Unix with MySql via a webservice.Seems the data we get is not displaying correctly.Things

Re: charset issue

2004-09-10 Thread Mark Woods
running CFMX 6.1 on winblows with the almighty oracle.We are grabbing some data from another server running CFMX 6.1 on Unix with MySql via a webservice.Seems the data we get is not displaying correctly.Things like the - char display as a wierd backward E among other things.Is there a way to mod

Re: charset issue

2004-09-10 Thread Douglas Knudsen
- From: Mark Woods [EMAIL PROTECTED] Date: Fri, 10 Sep 2004 15:50:25 +0100 Subject: Re: charset issue To: CF-Talk [EMAIL PROTECTED] running CFMX 6.1 on winblows with the almighty oracle.We are grabbing some data from another server running CFMX 6.1 on Unix with MySql via a webservice.Seems the data we

Re: charset issue

2004-09-10 Thread Mark Woods
At 16:46 10/09/2004, you wrote: thanks for the input Mark. hmm, the webservice is built in CF pulling from a MySQL DB all on SunOS 5.8. I'm not a MySQL user, but it's very possible that if MySQL is told to store a character with code position 150, it will store it. It has no idea what the

Re: charset issue

2004-09-10 Thread Paul Hastings
I was wondering, the DSN setup in CFAdmin has a ckbox for 'Enable Unicode...' wondering if this might cure it.Thoughts? only effects the cfqueryparam. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

charset issue

2004-09-09 Thread Douglas Knudsen
running CFMX 6.1 on winblows with the almighty oracle.We are grabbing some data from another server running CFMX 6.1 on Unix with MySql via a webservice.Seems the data we get is not displaying correctly.Things like the - char display as a wierd backward E among other things.Is there a way to mod