Laying out Japanese text logs ICU4X data error: No segmentation model for language: ja to stderr on every layout — segmentation falls back non-fatally, but an app with CJK content (e.g. a music library full of Japanese titles) floods stderr with thousands of these lines.
icu_segmenter selects a dictionary model for CJ via cjdict, which isn't included in the compiled data blitz/parley ships. Either bundling cjdict (it is large, so perhaps behind a feature) or silencing the per-layout error would help.
Laying out Japanese text logs
ICU4X data error: No segmentation model for language: jato stderr on every layout — segmentation falls back non-fatally, but an app with CJK content (e.g. a music library full of Japanese titles) floods stderr with thousands of these lines.icu_segmenter selects a dictionary model for CJ via
cjdict, which isn't included in the compiled data blitz/parley ships. Either bundlingcjdict(it is large, so perhaps behind a feature) or silencing the per-layout error would help.