Kbase P98134: Why doesn't MATCHES equate 'A' with 'A-Accent' when CONTAINS does?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/26/2004 |
|
Status: Unverified
GOAL:
Why doesn't MATCHES equate 'A' with 'A-Accent' when CONTAINS does?
FIX:
The CONTAINS phrase uses a word index and the sort table/code page equates an 'A' and an 'A-Accent'. The MATCHES phrase does a simple string comparison so the two characters are considered different.