Replies: 4 comments 1 reply
-
|
我也发生同样的问题,而且用timer 等刷新UI时,每刷新一次,就输出这个,结果大量的垃圾日志输出。试着调查了一下,发现依赖的第三方库parley,在调用icu_segmenter的功能时,用的none xxxx script相关的函数,跳过了中日韩的处理。由于问题出在第三方库,我也不知道该咋办了。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I fixed it by updating Slint version to 1.15.1 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I've encountered this problem as well. You can try downgrading or disabling the warning. This issue typically occurs in Linux, not Windows. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
当我的
slint文件有中文字符时,控制台会多次打印:ICU4X data error: No segmentation model for language: ja,请问这种问题该如何解决呢?我使用的slint版本是:1.16.0Beta Was this translation helpful? Give feedback.
All reactions