I wonder if the caml supports accent-sensitive, I'm doing a query and have many records with an accent and realized that these items are not appearing What can I do in this case? I can use any search engine to filter the items in a custom list?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
Yes, CAML query do support diacritics / accents but you need to wrap the values in CDATA
Watch out for your SQL Server collation (Should be Case insensitive, Accent, Kana & Width sensitive) too. |
|||||||
|
