# -*- coding: utf-8 -*- import subprocess import sys subprocess.call(u"notepad.exe 我.log".encode(sys.getfilesystemencoding()),shell=True)
encode(sys.getfilesystemencoding())