Jump to content
Changes to the Jaspersoft community edition download ×

Jasperserver and Russian schema encoding


andreika

Recommended Posts

 Hi. I want my cube-schema to contain russian dimensions. i succeed to make it work with Mondrian, but I cannot solve this problem in Jasperserver, I cannot see russian characters - I see only ..wrong symbols instead :)

 
 
I use Jasperserver 3.7.0.1 on my server with Tomcat. I create xml-schema containing russian dimension names
here is my schema text:
<?xml version="1.0" encoding="utf-8" ?>
<Schema name="Logrus">
<Dimension name="Каталоги">
    <Hierarchy hasAll="true" allMemberName="Ð’Ñе Каталоги" primaryKey="cat_id">
      ...
    </Hierarchy>
</Dimension>
...
and here is what i get:
http://i44.tinypic.com/29vlbf9.jpg
UTF-8 data inside the database works great as you can see.
I tried to use both xmla and jdbc connections to database.
 
thanks.
 
 
Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...