Topic: 2.3.6 - I cann't save "é,ö,ä .... / look&feel trial balance

Hi,

Version 2.3.6
If I enter in fields "é,ö,ä and press save - the letter "ö" and the following ones are deleted.
If I put them directly in the database, the text is not shown correct.

There are no errors in log the files.

The look and feel of the trial balance is now an other one, where I can change not to show the class and group?


Thank you and best regards,
ferre

Re: 2.3.6 - I cann't save "é,ö,ä .... / look&feel trial balance

Hi,
I don't know where to search further to solve the problem.
The encoding of the DB is the same as with version 2.3.0
Other web-apps on the same server are working, I'm able to enter the letters é,ö etc.

Thank you & best regards
ferre

Re: 2.3.6 - I cann't save "é,ö,ä .... / look&feel trial balance

I can't reproduce this error here. There seems to be some mismatch somewhere between code paging. Are you using utf-8 or iso8859-1?

/Joe

Re: 2.3.6 - I cann't save "é,ö,ä .... / look&feel trial balance

Hi Joe,

For mysql-tables I have utf-8
_SERVER["HTTP_ACCEPT_CHARSET"]    ISO-8859-1,utf-8;q=0.7,*;q=0.7

Mhh, seems I have now figured out. The troublemaker was mysql 5.5.8.
For the tables I use always utf8.

I changed now in the my.ini-file:
character-set-server = latin1
collation-server = latin1_general_ci

This is not working:
#character-set-server = utf8
#collation-server = utf8_unicode_ci
Still not logic for me, because with the old version it was working.

Was not the only problem, the setup of the demo-company was also not possible.
I had to change TYPE=...... to ENGINE=..... but this was easy to find out.

Think the update of mysql was not a good idea :-)

Thank you & best regards,
ferre