=?iso-8859-1?Q?Re: how can I strip a UK =A3 sign from a u rl variable??=

2007-04-08 Thread stylo stylo
then you're pre-cf7. what version of cf? this is just locally, testing it. However cf7 on the host gives the same type error after setting to setLocale(en_GB) - btw, moving to BD shortly if that makes a difference. Parameter 1, �66.16, of function LSParseCurrency is an invalid currency

=?iso-8859-1?Q?Re: how can I strip a UK =A3 sign from a u rl variable??=

2007-04-08 Thread stylo stylo
using cf7, utf-8, that snippet works fine. I checked GetEncoding(URL) and it said utf-8 ~| Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 Flex 2 Free Trial

=?iso-8859-1?Q?Re: how can I strip a UK =A3 sign from a u rl variable??=

2007-04-08 Thread stylo stylo
Nothing worked so ended up regexing them and resetting them. Thanks for the help anyway. ~| Macromedia ColdFusion MX7 Upgrade to MX7 experience time-saving features, more productivity.

=?iso-8859-1?Q?Re: how can I strip a UK =A3 sign from a u rl variable??=

2007-04-08 Thread stylo stylo
However cf7 on the host gives the same type error Just to clarify, I meant the same ?66 is not a number error, not a locale error. ~| ColdFusion MX7 and Flex 2 Build sales marketing dashboard RIA’s for your business.

=?iso-8859-1?Q?Re: how can I strip a UK =A3 sign from a u rl variable??=

2007-04-07 Thread stylo stylo
setLocale(en_GB); pounds=lsParseCurrency(url. currencyVar); That local it says doesn't exist and gives an error. I used setLocale(English (UK)) but I still get: Parameter 1, �6.16, of function LSParseCurrency is an invalid currency value in the current locale. Ideas?