If I have a user that needs to interactively do a Road-Name search then road names containing diacritics will fail the search. The workaround is to have 2 road name attributes, one for searching, and one for publishing. For my Road-Name search attribute, I need to be able to strip out the diacritics.
PostgreSQL offers a "unaccent" function to do this - can we have this same capability inside FME StringReplacer or similar?
Refer https://www.postgresql.org/docs/9.1/static/unaccent.html