Subject Re: [firebird-support] Filter non ISO8859_1 characters
Author Stefan Heymann
> It now seems that non ISO8859_1 characters are slipping thru and
> they are causing problems during the Rubicon indexing.

> Does anyone know how can I filter out any non ISO8859_1 characters
> during the load process? I'm using Delphi7 and the UniDac database drivers.

Using Delphi string processing, just filter out all characters in the
range #128 to #159. These are not defined in ISO 8859-1. You can
replace them by a replacement character like a question mark.

Regards

Stefan