There is a repair request regarding the solution to displaying garbled non English directory paths:
I have written the code for you: just:
有一个修复请求,关于非英文目录路径显示为乱码的解决方案 :
代码我帮您写好了:只需要:
def tag_callback(self, context):
global items1
items1 = []
def item_callback(self, context):
global items
items = []
There is a repair request regarding the solution to displaying garbled non English directory paths: I have written the code for you: just: 有一个修复请求,关于非英文目录路径显示为乱码的解决方案 : 代码我帮您写好了:只需要:
def tag_callback(self, context): global items1 items1 = []
def item_callback(self, context):
global items items = []