i'd guess UCase just converts a-z to A-Z equivalents, dunno if it extends to special chars. you could use Replace (or ReplaceNoCase) perhaps?
Duncan Cumming IT Manager http://www.alienationdesign.co.uk mailto:[EMAIL PROTECTED] Tel: 0141 575 9700 Fax: 0141 575 9600 Creative solutions in a technical world ---------------------------------------------------------------------- Get your domain names online from: http://www.alienationdomains.co.uk Reseller options available! ---------------------------------------------------------------------- ---------------------------------------------------------------------- "Kola Oyedeji" <[EMAIL PROTECTED] To: <[EMAIL PROTECTED]> yalty.com> cc: Subject: [ cf-dev ] extended characters and CF5 string functions 24/03/2003 11:58 AM Please respond to dev Hi I have been trying to use the Ucase() function (CF5) with Extended characters e.g. ��� but this has no effect on the characters. Is there any CF workaround which can do this? Also does anyone have any good resources on handling data entered in multiple character sets in CF5? I've found a few CFMX resources but CF5 info is scarce. Thanks in advance Kola -- ** 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] -- ** 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]
