2018. 06. 8, péntek keltezéssel 16.20-kor Erik Huelsmann ezt írta:
Hi,
I only experienced this issue with this version: 1.6-rc2 in my local machine, running it from console:
lsmb-1.6-b2/ledgersmb $ bin/ledgersmb-server.psgi 
Starting Worker on PID 20268 Using Built Dojo
HTTP::Server::PSGI: Accepting connections at http://0:5000/

I did not try the 1.6 in other environment or earlier versions, this is the only instance I have.

Ok. Do you mean that this issue was tested and found not to be a problem in 1.3?
 

Hi Erik,

Correct, with version 1.3 using apache/nginx/lighttpd this is not an issue, UTF-8 characters are working as expected.
From my point of view, this issue with 1.6-rc2:
- could related to command line start of the system
- internal form processing problem (in this case it should happen with apache/nginx/etc. in background)
- dojo related (?)

When I enter an utf-8 text into a text box or update an existing form, it shows UTF-8 correctly, but when it saved, it will mess up and write wrong texts into the database.

It definitely happens with forms:
- Tax forms description
- COA - edit or add new account - description field
- System/Company Address
- Sequences - label

It does not happen with (in other words, working as expected):
- Add Part - add new part - Description, Make, Model, Bar code

Bye,
István