chenzanyu
chenzanyu
改编码为“utf-8”好像也不可以 
I also hope to have this function.
I had the same problem after updating Avalonia to the latest version
Hope to support this requirement
same question. How to use?
use '3.0.0-preview.8' Solved my problem
我的也是笔记本1660Ti.使用1.5B模型正常, 3B及以上就乱码和异常了
更新驱动后正常
``` ```
``` using Avalonia.Controls; using System.Collections.Generic; using System.Linq; namespace BUGDemo.Views; public partial class MainView : UserControl { public MainView() { InitializeComponent(); setTestTextBoxText(); } private void setTestTextBoxText() { testTextBox.Text = string.Join("", Enumerable.Range(0,...