- see footer for list info -<
Rich Wild wrote:
- see footer for list info -<
Yea, that works - I ran through the word submitted to get all the ascii
numbers for each character. It turns out that 233 is the code for e acute.
If I do a find(chr(233),form.test) then it finds the é.
If I do a find('é',form.test) then it doesn't.
What encoding is your source file in? Sounds like the page encoding
hasn't been set and the source file encoding doesn't match the default
jvm encoding.
finding chr(233) in form.test causes no problems because both strings
have already been converted to utf-16 by the time you search for one in
the other.
Mark
_______________________________________________
For details on ALL mailing lists and for joining or leaving lists, go to
http://list.cfdeveloper.co.uk/mailman/listinfo
--
CFDeveloper Sponsors:-
- cfdeveloper Hosting provided by www.cfmxhosting.co.uk -<
- Lists hosted by www.Gradwell.com -<
- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<