Re: [Spell checking] How to ignore CJK Characters?
Posted: Thu Apr 16, 2020 8:58 am
Hi,
Our automatic spell checker looks for xml:lang attributes on DITA elements to see in what language it should check. The default language is English but if you set the language code for the Chinese and Korean paragraphs like this:
Oxygen's spell checker will skip those elements because it does not have a default Chinese spell checker installed.
You can install extra dictionaries in our spell checker based on the Open Office set of dictionaries:
https://www.oxygenxml.com/doc/versions/ ... onary.html
but unfortunately there does not seem to be available dictionaries for Chinese or Korean.
Regards,
Radu
Our automatic spell checker looks for xml:lang attributes on DITA elements to see in what language it should check. The default language is English but if you set the language code for the Chinese and Korean paragraphs like this:
Code: Select all
<p xml:lang="zh-CN">Chinese text here</p>
You can install extra dictionaries in our spell checker based on the Open Office set of dictionaries:
https://www.oxygenxml.com/doc/versions/ ... onary.html
but unfortunately there does not seem to be available dictionaries for Chinese or Korean.
Regards,
Radu