At 09:29 09/07/2003, you wrote:

> Knowing the decimal number values for the characters you are having
> problems with will help diagnose the problem. If you are using CFMX, you
> can use asc(), if you are using an earlier version of CF, just use
> javascript, the string method charCodeAt() will do the trick.

out of interest is there any reason you can't use the asc() function in
earlier versions of CF???

earlier versions of CF do not support unicode. The function will run, but results are not accurate for multi-byte characters (chars where asc() should be returning a decimal value above 255).



Mark



-- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]



Reply via email to