Python code that contains Chinese characters in a project README is not properly highlighted.
Repository: nk2028/qieyun-encoder
Expected behavior:
- The function name which contains Chinese characters, “to編碼”, should be regarded as a whole.
- The whole function name should be in purple color.
Current behavior:
- Only the non-Chinese part, “to”, is considered a function name. When you click on it, it shows another function (“to描述”), not this one (“to編碼”).
- “to” is in purple color, but “編碼” is not.