-
-
Notifications
You must be signed in to change notification settings - Fork 335
Open
Description
Hi, I encountered some strange behavior when using CJK full-width punctuation and trying to add emphasis.
Example punctuation that causes this issue:
。!?、
To my mind, all of these should work as emphasis, but some do and some don't:
**テスト。**テスト
**テスト**。テスト
**テスト、**テスト
**テスト**、テスト
**テスト?**テスト
**テスト**?テスト
I'm not sure if this is the spec as intended, but in Japanese, as a general rule there are no spaces in sentences, which leads to the following kind of problem when parsing emphasis.
In English, this is emphasized as expected:
This is **what I wanted to do.** So I am going to do it.
But the same sentence emphasized in the same way in Japanese fails:
これは**私のやりたかったこと。**だからするの。
mik-menshikov, LeonXu98, ValVoice, kecrily, taoky and 11 more
Metadata
Metadata
Assignees
Labels
No labels