Subject | FB 2.5 and german special characters |
---|---|
Author | Nikolaus Kern |
Post date | 2010-10-11T08:33:17Z |
Hello all,
I have upgraded from 2.1 to 2.5 today and have noticed a different
handling of special german character (ä,ö, ü etc.)
If a trigger contains these characters in comments or assignment of
values it cannot be saved.
cTEXT = 'Baustelle wird überprüft';
/* Alle Felder werden auf Änderungen ueberprueft */
Both lines fail with the same error msg:
Unsuccessful metadata update.
MODIFY TRIGGER failed.
Malformed string.
SQL Code: -607
IB Error Number: 335544351
Question: is this related to the character setting of the DB?
DEFAULT CHARACTER SET NONE;
I can write and read values from the DB that contain the german special
characters without any problems.
Thanks
Niko
I have upgraded from 2.1 to 2.5 today and have noticed a different
handling of special german character (ä,ö, ü etc.)
If a trigger contains these characters in comments or assignment of
values it cannot be saved.
cTEXT = 'Baustelle wird überprüft';
/* Alle Felder werden auf Änderungen ueberprueft */
Both lines fail with the same error msg:
Unsuccessful metadata update.
MODIFY TRIGGER failed.
Malformed string.
SQL Code: -607
IB Error Number: 335544351
Question: is this related to the character setting of the DB?
DEFAULT CHARACTER SET NONE;
I can write and read values from the DB that contain the german special
characters without any problems.
Thanks
Niko