fralx / LimeReport

Report generator for Qt Framework
http://limereport.ru/
Other
403 stars 153 forks source link

Issues with displaying certain translations in Designer #456

Closed Maks1mS closed 4 months ago

Maks1mS commented 5 months ago

Correct behavior:

image

Incorrect behavior:

image

Combined strings display "?" instead of non-Latin characters.

image

image

I have identified the following problematic strings (there may be more):

fralx commented 5 months ago

Hi, I have test it on latest version and not found any issues.

image image

Maks1mS commented 4 months ago

Thank you for your attention to this issue. I have also tested it on a /designer project using Qt5 and Qt6, and it seems to be working fine. It seems to be a problem with how I am building the library. This occurs in my Python bindings project. But it is very strange that the problem only occurs with some translations. I am not sure what could be causing this. If you have any ideas, please let me know.

I'm closing this issue for now. If it turns out that edits are needed in the LimeReport, I will reopen the issue.

Maks1mS commented 4 months ago

Sorry, I seem to have been in a rush.

Could you please try with LIMEREPORT_STATIC = ON?

With LIMEREPORT_STATIC = ON, I have question marks in the designer project instead of text in the same strings.

fralx commented 4 months ago

I made some changes. Could you check if the issue still exists?

Maks1mS commented 4 months ago

It looks like the issue has been resolved. Thank you very much.

If version 1.7.7 has already been finished, please create a git tag for it.