# GPXpy ###### tags: `Python` ## 中文windows環境解析時可能會遇到問題 >UnicodeDecodeError: 'cp950' codec can't decode byte 0x94 in position 702: illegal multibyte sequence  解決辦法 https://github.com/tkrajina/gpxpy/issues/178 ```python file = open('your-file', encoding='utf-8') gpx = gpx.parse(file) ```
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up