May 22, 2006 at 11:51 am
I need to find accented characters in words.
An example is Shell España Sa. I would need to go through a column and find words that have accented characters like the ñ.
May 23, 2006 at 2:49 am
Your approach seems right....the hard part though is finding a "an english-style collation" that will match up your accented characters.
The alternative is to 'attempt' top remove all possible known accented characters, and replace with null....if the string shrinks you had accented characters...if it stays the same length...then you had none....crude...but maybe good enough for your requirements.
May 23, 2006 at 2:49 am
Your approach seems right....the hard part though is finding a "an english-style collation" that will match up your accented characters.
The alternative is to 'attempt' top remove all possible known accented characters, and replace with null....if the string shrinks you had accented characters...if it stays the same length...then you had none....crude...but maybe good enough for your requirements.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply