How to compare string with Latin characters to same string with English characters in IICS?

109 Views Asked by At

For example, how to successfully compare "André" and "Andre"?

I tried some Reg_replace options without any success.

1

There are 1 best solutions below

1
On BEST ANSWER

I don't think there is an out-of-the-box function available in IICS. Try using Java transformation to remove the diacritics. Here's one SO post I've found that should provide some help.

Note there may be some more up to date libraries now.