Subject | Re: [Firebird-Java] Create procedure problem |
---|---|
Author | Mark Rotteveel |
Post date | 2014-11-05T16:17:44Z |
On 05 Nov 2014 08:00:13 -0800, "hugo.larson@... [Firebird-Java]"
<Firebird-Java@yahoogroups.com> wrote:
Just be aware that this is only a real fix if your application always ran
from systems using ISO8895_1, if your application is deployed on a system
that uses a different locale/default character set, you might be running
into character set conversion problems with your data.
If your application always runs on Windows in western Europe or the US,
you might also consider using WIN1252 instead of ISO8859_1, as WIN1252
includes a few more characters.
Mark
<Firebird-Java@yahoogroups.com> wrote:
> Mark,You're welcome.
>
> Setting character set in connection url to ISO8859_1 fixed the problem.
>
> Many thanks,
>
> Hugo
Just be aware that this is only a real fix if your application always ran
from systems using ISO8895_1, if your application is deployed on a system
that uses a different locale/default character set, you might be running
into character set conversion problems with your data.
If your application always runs on Windows in western Europe or the US,
you might also consider using WIN1252 instead of ISO8859_1, as WIN1252
includes a few more characters.
Mark