http://nagoya.apache.org/bugzilla/show_bug.cgi?id=29080

Currently, "�" or "�" in a String causes Soundex to throw an 
ArrayIndexOutOfBoundsException.

We can either:

(1) Throw a better Exception, like IllegalArgumentException: Only 'plain' letter are 
allowed.

Or:

(2) Ignore unmapped characters. This would work for "�" and "�" since vowels are 
ignored but this could cause bad encoding values for other chars like "�".

AFAIK, you cannot ask if a character is a vowel or not.

Thoughts?

Gary


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

Reply via email to