OZone
OZone
`chcp 65001` `set VSLANG=1033`
> If someone can give me the exact recipe that generates the issue, I can try to reproduce it locally. Install non-english Visual Studio. My Cyrillic installation emits errors in...
C:\VS>python3 -c "import locale; print(locale.getpreferredencoding())" "python3" не является внутренней или внешней командой, исполняемой программой или пакетным файлом. C:\VS>python -c "import locale; print(locale.getpreferredencoding())" cp1251 C:\VS>where python C:\Python37\python.exe C:\Python27\python.exe
works for me with no hacks applied
add --clr option like this: `cls& python ..\xed\mfile.py --shared --clr`
> Shouldn't there be a `x:Name="tokenBox"` in the xaml? It is not necessary, we get it from the sender argument in the example
The version [8.0](https://devblogs.microsoft.com/ifdef-windows/announcing-windows-community-toolkit-v8-0/) works fine.
Links [here](https://learn.microsoft.com/en-us/windows/communitytoolkit/controls/tokenizingtextbox) should be updated to point to the working version. Now it points to [7.10](https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls.Input/TokenizingTextBox)
When the links are up to date, I think it should be closed.