View Single Post
Old 06-17-2002, 08:52 PM   PM User | #1
awaresoft
New to the CF scene

 
Join Date: Jun 2002
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
awaresoft is an unknown quantity at this point
Internationally aware Javascript

I'm developing client side Javascript (JScript) applications for IE 5.x and higher. I'm looking for a way to implement locale (internationally) aware versions of

isAlpha()
isNumeric()
toLower()
toUpper()
isLower()
isUpper()

that takes into consideration the user's current locale/codepage.

VBScript has set/get locale functions as well as locale sensitive date/number/currency parsing and output functions - but none of the above functions.

I am open to using VBScript, WSH (registry calls?), a 3rd party ActiveX, etc. to implement this functionality.

Any suggestions would be greatly appreciated!

Malcolm Greene
awaresoft@onebox.com
awaresoft is offline   Reply With Quote