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:

UTF-8 data inside the database works great as you can see.
I tried to use both xmla and jdbc connections to database.
thanks.
0 Answers:
No answers yet