There's gotta be a better way to do this (and I should know it).

I need to convert some high-ANSI Spanish characters to their unaccented
ASCII equivalents. For example, ó (that's o with a right-accent, if it
doesn't make it across e-mail) needs to be o, no accent. Basically, I
need to remove all the accented characters from a file name, and replace
them with unaccented characters.

I can do an series of "if" checks, checking offset(). There are 12
accented Spanish characters, though--that's a lot of if...or..or..or..

Is there a simpler way to check? Contains() doesn't do it, and I don't
see a way to do it with a list.

Cordially,

Kerry Thompson


[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]

Reply via email to