Mangosoft-team / Demo

0 stars 0 forks source link

Encoding #3

Closed CT-VG closed 5 years ago

CT-VG commented 5 years ago

We have an issue with the encoding. The data received from the rest-services is encoded in UTF-8 and we can see the correct characters in the json like "ä", "ö", "ü" etc. But in the Vaadin UI we see things like "Müller, Willi" which should be "Müller, Willi".

This happens independent from the system regional settings (I tried with German and UK).

CT-VG commented 5 years ago

Encoding issue still persists after new delivery.

encoding_2019-01-28

CT-VG commented 5 years ago

Problem solved with added startparameter

-Dfile.encoding=utf-8

2019-01-30_credit_ui_dialog-2