When using a Character Class to exclude/ignore MORE than ONE character it fails when searching strings with non-ASCII chars. Report ID: fdudhggn http://snipurl.com/fdudhggn
The report has an attached example that shows the problem. --- Here's an example: Given the following strings: [some text] [letter ä - umlat a] [letter ü - umlat u] [more text] If using a Character Class to exclude ONLY one character (K) like: \[([^K]+)\] it does NOT fail, and all strings are found/matched - character K is not present on strings. BUT if using a Character Class to exclude MORE than ONE character (K and Y) like: \[([^KY]+)\] it fails - the strings with non-ASCII characters are NOT found/matched, although characters K and Y are not present on those strings. If anyone find a workaround, please post. Carlos _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
