Hi everyone,
I need to get my application to work with Polish characters but am having trouble at the database layer and I am wondering if Hibernate may have something to do with it.
I am using Hibernate 2.0 (looking to upgrade) with JBoss 3.2.5 and the JTDS database driver.
I have set the appropriate:
char.encoding -> UTF-8 and
sendStringParametersAsUnicode=true
and ensured my database has the appropriate nvarchar fields.
parameters on my connection but the sql statements being generated still contain warped versions of the polish characters.
Could this be Hibernate or am I barking up the wrong tree?
cheers,
Robert
|