Welcome to Knowage Q&A, where you can ask questions and receive answers from other members of the community.
0 votes
1 view

244/5000

Hello. How to manage the characters with accents on spagobi (ex: é, è, ê etc). here is the error I am facing:severity [ERROR] description [The field type compteurs must be an alphabetical string (only letters );]
severity [ERROR] description [Analytical Driver 'type compteurs' cannot assume value 'Triphas�']  Thanks for your help.

in General Configuration by (480 points)
Hi,

did you try setting UTF-8 encoding to the server configuration you are using?

Regards

Matteo

1 Answer

0 votes
hello, thanks for your feedback, but i don't know where am i making this change. I modified the supported language in fr, FR, it does not work.
by (480 points)

I think you have to put it on Tomcat configuration files, if you are using Tomcat for example on setenv you should add this line 

set "JAVA_OPTS=%JAVA_OPTS% -Dfile.encoding=UTF8"

Hope this helps,

Matteo

...