Hello, I have problems with Romanian diacritics in labels. In popup there are no problems.
Also in the qgs map document when is loaded in QGIS.
To be more precise, there are problems with the letters "膬" and "牛".
I have tryied with Romanian Standard and Romanian Legacy keyboard.
Tks!
Please provide a screenshot.
Please provide a screenshot.


Hello, I have problems with Romanian diacritics in labels.
If it's in labels, then the issue is coming from QGIS Server, no?
Please follow the ticket template provided, so we could know which QGIS Desktop/Server version you are using too.
According to your screenshots, the rendering is the same between QGIS Desktop and Lizmap, right?
Do you mean you have an encoding problem in QGIS Desktop? Is the issue with the field name or with its value?
I am using QGIS Desktop 3.12.2.
The problem apears only in LWC, on labels, with letters "膬" and "牛".
The data are stored in MS SQl DB.
It's not an issue with LWC. You would have the same issue if you load the WMS in QGIS Desktop.
Your popup is fine. The issue is with QGIS Server, providing the tiles.
Did you look your font on the server?
@catalinmiraute it's an encoding issue. Change the font of the labels in QGIS Desktop
@catalinmiraute it's an encoding issue. Change the font of the labels in QGIS Desktop
I used Arial, than Calibri and nothing happened.
Can you give precise info what to change/check?
It's not an issue with LWC. You would have the same issue if you load the WMS in QGIS Desktop.
Your popup is fine. The issue is with QGIS Server, providing the tiles.Did you look your font on the server?
I am new in using QGIS Server and I have no idee where to look.
Can you help me ?
@catalinmiraute first provide the info on which OS is running your applications.
@catalinmiraute first provide the info on which OS is running your applications.
Windows Server 2019 Standard
all of them?
all of them?
Yes, I am testing and I put QGIS Desktop, Server and DB here
I had some similar issues. My QGIS Deskop is on Windows, LWC and QGIS Server are on linux. After font change all was OK. In your case I'm not sure then.
I solved the problem like this:
in the file php73.conf from location
..\Apache24\conf\extra
I insert the following line that points to Windows Fonts:
DefaultInitEnv QT_QPA_FONTDIR "C:\Windows\Fonts"
Thank you for your feedback.
Most helpful comment
I solved the problem like this:
in the file php73.conf from location
..\Apache24\conf\extra
I insert the following line that points to Windows Fonts:
DefaultInitEnv QT_QPA_FONTDIR "C:\Windows\Fonts"