Subject | RE: [firebird-support] 1.5.2 questions |
---|---|
Author | Leyne, Sean |
Post date | 2004-12-09T00:36:31Z |
David,
RC4 and try it for yourself.
Sean
> Excellent. Then I will just have to work things out in theI would suggest that, to be sure/positive, you should download a copy of
> application. Since I am using Java for the application code, I should
> be able to do this:
>
> query.setString (param, new String
> (myString.getBytes("utf-8"),"ISO-8859-1"));
>
> and on the retrieval ...
>
> myString = new String (query.getString(index).getBytes("ISO-8859-1"),
> "utf-8");
>
> Do you see any problems with ISO-8859-1 strings with embedded char(0)?
RC4 and try it for yourself.
Sean