Hi,
In the latest versión of Confluence, i change the encoding type to UTF-16. and save the configuration page.
In this moment, all don't work, i can't login, i can't change anything.
Is possible return to UTF-8 in any config file o table of the DB?
I use Confluence, self-hosted.
Thanks in advance
Hi Shannon, i don't change te database encoding. I changhe un the main configuration page. In the edit box.
I need recreate the db for this change?
I think is a configuration file, i don't know.
Thsbks for the help.
Jordi,
You can try this:
update bandana set bandanavalue = replace(bandanavalue, 'UTF-16', 'UTF-8') where bandanakey = 'atlassian.confluence.settings';
Can you give that a try and let us know if you have any trouble?
Shannon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Jordi,
You're welcome!
Take care.
Regards,
Shannon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Jordi,
Confluence encoding needs to be UTF-8.
You can change back in the database following this article:
If you have any trouble let us know your database version.
Thank you!
Shannon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.