I have created a workbench on my desktop that will be running each night on a server. Both my machine and the server is using Windows-1252.
The workbench run fine on my desktop but on the server i get the error
POSTGIS writer: Internal Error: Failed to copy attribute 'NØYAKTIGHET' to 'nã˜yaktighet'
I dont have any encoding issues on my desktop which make me wonder if the translation fail due to this. I cannot see any other reasons why this would fail?
The server is running 2022.1.2.0 (20220831 - Build 22627 - WIN64)
The desktop is 2021.1.0.0 (20210630 - Build 21607 - WIN32)
Both are using the same locale as far as i can see.
Any ideas how i can fix this? My first try will be to install 2022 version on my desktop, but I doubt that would make any difference.