MLO changed all my life. recently, i got a problem.
In notes, file path URI cant work with chinese character
e.g.
file://D:/综合 --> uri(file://D:/) str(综合)
file:///D:/综合 --> uri(file:///D:/) str(综合)
encoded URI cant work either
file:///d:/%E7%BB%BC%E5%90%88

sorry about my not so excellent english.