View Single Post
  #28  
Old 07-09-2023, 04:29
mausschieber's Avatar
mausschieber mausschieber is offline
Conversion Designer
 
Join Date: Jan 2011
Location: germany
Posts: 4,322
Thanks: 6,764
Thanked 11,723 Times in 3,234 Posts
mausschieber is on a distinguished road
Quote:
Originally Posted by gianonnis View Post
if I put the computer in simplified Chinese after I run the setup it gives me a runtime error and I can't install how to fix it thanks have a nice day
for some reason windows uses CP-1250 instead of UTF8 even in Win10 / Win 11

Change this
Code:
WINDOWS 10: "Settings" >> "Time and Language" >> "Region" >> "Additional date, time and region settings" >> "REGION" >> "Administrative" >> "Languages for non-unicode programs" >> "Change System Locale" >> Chinese (Simplified, China)
to this
Code:
WINDOWS 10: "Settings" >> "Time and Language" >> "Region" >> "Additional date, time and region settings" >> "REGION" >> "Administrative" >> "Languages for non-unicode programs" >> "Change System Locale" >> English (United States)
__________________
It would be nice if you appreciate my work with the thanks Button
Reply With Quote