Subject | Re: [firebird-support] Filter non ISO8859_1 characters |
---|---|
Author | Stefan Heymann |
Post date | 2011-04-20T12:20:49Z |
> It now seems that non ISO8859_1 characters are slipping thru andUsing Delphi string processing, just filter out all characters in the
> 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.
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