Comments
-
Inventory icons are question marks icons are question marks Fix: add the following line before you start wine export LC_CTYPE=en_US.utf8 For example, I put the command in my pwi.sh wine script #!/bin/sh export LC_CTYPE=en_US.utf8 cd /home/zenn/.wine/drive_c/PWE/PWI/element wine elementclient.exe
-
#!/bin/sh export LC_CTYPE=en.US.utf8 This fixed the ??? mark problems that I had before this update