Describe the bug
Word count error for Chinese simplified/ traditional, Japanese
Context
Device: Nokia 7 plus
OS version: Android 8.1.0
App version: 5.2.2
Expected behavior
Word count: Line 1 -- 6 words; Line 2 -- 6 words, Line 3 -- 12 words, Total: 24 words, 24 characters.
For Chinese simplified/ traditional or Japanese, each character is a word. Maybe character count is enough.
Or word count only counts characters and excludes space and punctuation.
newline "\n" seems to be wrongly counted in character count.
Describe the bug Word count error for Chinese simplified/ traditional, Japanese
Context
Expected behavior
Word count: Line 1 -- 6 words; Line 2 -- 6 words, Line 3 -- 12 words, Total: 24 words, 24 characters. For Chinese simplified/ traditional or Japanese, each character is a word. Maybe character count is enough. Or word count only counts characters and excludes space and punctuation.
newline "\n" seems to be wrongly counted in character count.
Screenshots
MS word
Raw text
Additional context Similar issue in similar app: https://github.com/Automattic/simplenote-android/issues/495