No, we are not using Regex. Correction: I tried to debugging and do it more carefully (so no CRs, EndOfLine) getting there. so the in full Web service URL and in params in send in ActionScript show it correctly (2 UTF8 chars).
There is a thin Java layer (incl. REST-SOAP bridge), there I see parameters passed to stored proc, and it is different there. So in Java log when I look at params of that stored proc, instead of 2 characters I see 5 (where the 4th is either space or '?' question mark). Is it possible that Flex has a SWF with fonts which don't support these UTF8 currency chars, so it created that 2->5 chars descrepancy? On Thu, Jul 3, 2014 at 12:23 PM, Philip Medlam <[email protected]> wrote: > Don't know if you are using regex on any of the data. I don't believe regex > in Actionscript is UTF-8 complient. > > Phil. > > > On Thu, Jul 3, 2014 at 4:22 PM, Oleg Konovalov <[email protected]> wrote: > > > It happens before the data is inserted into DB. > > We use proprietary web service with REST SOAP bridge, so in Chrome Dev > > console I can see those chars garbled in GET request, so we can assume it > > happens in Flex somewhere. Will try to debug to trace that Update/Insert > > call > > On Jul 3, 2014 7:46 AM, "Tom Chiverton" <[email protected]> wrote: > > > > > On 03/07/14 12:21, Oleg Konovalov wrote: > > > > > >> Why does it happen and how to fix it? > > >> > > > Where does it happen might be better first question. If you sniff the > > > network traffic, for instance, is it right there ? > > > > > > Tom > > > > > > > > > -- > Philip Medlam > -- Thank you, Oleg.
