How to change codepage?

Hi

Seems my cuba application does not use the proper codepage, as accentued letters of french (é,è,ê,etc.) are not rendered correctly as you can see below.

Does someone know how to change this ?

image

Regards
Michael

Hello!

Could you clarify CUBA version? Also check that your messages files in UTF-8 encoding.

Hi,
Java application’s “codepage” is set by using -Dfile.encoding=UTF-8 property on the command line. CUBA applications should use UTF-8 encoding.

Your problems may also be caused by the incorrect database encoding, e.g. specified in the JDBC connection URL string or in the database.

Hi

For some reason some messages files were in ISO-8859-1 instead of UTF-8 despite the project default setting on UTF-8.

Thanks

Regards
Michael