Rheinmetal
Rheinmetal
是末尾的 \ 在 Unicode escape 解码时 出错了
```Python def raw_unicode_escape(string: str) -> str: return string.rstrip('\\').encode('utf-8').decode('unicode_escape').encode('gbk', 'ignore').decode('gbk', 'ignore') ```
@leonardder Talkback provide three entries state name type checked or clickable is split from type as state
I ran into similar issue when editing subtitles on a web page NVDA keeps announcing edit multi line blank when I use tab to switch between edit box containing subtitles...
# Steps to reproduce: Press win+r to open run dialog. Input cmd then press enter key. Press numpad7 or numpad 9 to navigate the window to find Chinese character.