mirror of
https://github.com/ModOrganizer2/mob.git
synced 2026-07-27 14:07:05 -07:00
Merge pull request #88 from erri120/sip-codepage
Change code page from 850 to 65001 for sip
This commit is contained in:
+1
-1
@@ -212,7 +212,7 @@ void sip::generate_header()
|
||||
// by plugin_python
|
||||
run_tool(process_runner(process()
|
||||
.binary(sip_module_exe())
|
||||
.chcp(850)
|
||||
.chcp(65001)
|
||||
.stdout_encoding(encodings::acp)
|
||||
.stderr_encoding(encodings::acp)
|
||||
.arg("--sip-h")
|
||||
|
||||
Reference in New Issue
Block a user