Hi all,
We are having a frustrating problem with the logon page of our web app. Basically, one of our customers has requested that the password should be forced to include a symbol as well as usual alphanumeric characters, so, we decided upon 8 that should be valid to use. One of these was the '£' symbol but it appears to cause the system to crash and is never accepted. Entering it into other areas of the system causes it to encode in the following way: '£' so i'm assuming it's something related to the ASCII encoding of the character. There is no cn_dump created when this occurs so it's difficult to pin down the exact error. The text box in question is a password field.
I just thought i'd check to see if anybody has ever seen this before? If there's a way of changing the way the character is handled so that we can use it then that'd be great, otherwise we'll have to get back to the customer and swap it for another useable character - but this isn't ideal in the circumstances.
As ever, any help will be appreciated
Rich