Subject | Re: Unnecessary padding to Strings read |
---|---|
Author | Roman Rokytskyy |
Post date | 2004-03-30T20:31:08Z |
> We have had some problems storing strings with diacritic charactersWhat do you mean by prepending? Something like this:
> in interbase database using firebird driver v1.5 on JBoss 320
> environment on Redhat Linux Adverserver server 3.0. We saved the
> data prepending _UNICODE_FSS to strings.
stmt.setString(1, "_UNICODE_FSS" + myStr);
Where did you get such idea?
> When we later displayedPlease read our FAQ about using national characters.
> them in the browser, the strings displayed garbage.
> When thenCan you create example code that will show exactly what you did
> removed _UNICODE_FSS and used the parameter lc_ctype=UNICODE_FSS
> while connecting to the database.
> That didn't change anything.
>
> Can somebody help me with this issue?
(including database creation script)?
Roman