Modify Windows unicode shortcuts using Python

前端 未结 1 1307
长情又很酷
长情又很酷 2021-01-27 04:38

Following this question, I\'ve settled on the following Python code to modify Windows shortcuts.
It works for English based shortcuts but it doesn\'t for unicode based short

相关标签:
1条回答
  • 2021-01-27 05:19

    Perhaps looking here may help: Python Unicode HOWTO

    I'm guessing you'd need to be sure that each of those strings was properly encoded as Unicode and any changes need to preserve that encoding. That article should provide all the information you'll need.

    0 讨论(0)
提交回复
热议问题