I could ask if there is a problem with jira 7.3 to have encoding en_US.UTF-8 ? When I run the command above I get UTF-8

Fredrik Hudner October 26, 2016

When I run the command

select * from propertystring where id in (select id from propertyentry where property_key='webwork.i18n.encoding');

I get UTF-8

 

However. I saw in the logs following:

    You are using an unsupported postgres72 collation: en_US.UTF-8. This may cause some functionality to not  work.

    Please use POSIX.UTF-8 or C.UTF-8 or C or POSIX as the collation instead.

 

Kind regards

/Fredrik Hudner

 

 

1 answer

0 votes
Fredrik Hudner October 26, 2016

I will check if it helps with:

JVM_SUPPORT_RECOMMENDED_ARGS="-Dfile.encoding=utf-8"

Saw that in another thread

Suggest an answer

Log in or Sign up to answer