Subject | Re: Unicode problem |
---|---|
Author | Roman Rokytskyy <rrokytskyy@yahoo.co.uk> |
Post date | 2002-12-17T11:48:32Z |
> - I've check the database and column encoding, it was set toThis should work. Can you create a test case that reproduces this
> UNICODE_FSS. Should I use prepare statements to execute the query
> instead of statement?
problem?
> - Could you show me an example of using or perform the testing forTest what? There is a test case in CVS (client-
> this case? i often test this case in web application using jsp page.
java/src/test/org/firebirdsql/jdbc/TestFBEncodings.java) that
performs various encoding testings.
> - on jsp page I add the syntax like this :Sorry, I do not know. Try asking in some JSP forum.
> <%@ page contentType="text/html; charset=UTF-8"%> is it correct
> for this case?
> - about casting into OCTETS, could you show me an example of this?SELECT CAST(my_char_col AS CHAR(100) CHARACTER SET OCTETS) FROM
my_table
But this is not correct way of doing things.
Best regards,
Roman Rokytskyy