A rule to identify spaces between Chinese

Hi,

The following rule will help you identify more than 1 space between Chinese characters:

Source or target term: [\x4E00-\x9FFF\x3400-\x4DBF\x20000-\x2A6DF\x2A700-\x2B73F\x2B740-\x2B81F\x2B820-\x2CEAF\x2CEB0-\x2EBEF\x30000-\x3134F\xF900-\xFAFF\x2F800-\x2FA1F][:space:]{2,}[\x4E00-\x9FFF\x3400-\x4DBF\x20000-\x2A6DF\x2A700-\x2B73F\x2B740-\x2B81F\x2B820-\x2CEAF\x2CEB0-\x2EBEF\x30000-\x3134F\xF900-\xFAFF\x2F800-\x2FA1F]
Search mode: regular expressions

To find any space between Chinese characters, use this other rule:

Source or target term: [\x4E00-\x9FFF\x3400-\x4DBF\x20000-\x2A6DF\x2A700-\x2B73F\x2B740-\x2B81F\x2B820-\x2CEAF\x2CEB0-\x2EBEF\x30000-\x3134F\xF900-\xFAFF\x2F800-\x2FA1F][:space:][\x4E00-\x9FFF\x3400-\x4DBF\x20000-\x2A6DF\x2A700-\x2B73F\x2B740-\x2B81F\x2B820-\x2CEAF\x2CEB0-\x2EBEF\x30000-\x3134F\xF900-\xFAFF\x2F800-\x2FA1F]
Search mode: regular expressions

Best regards,
Oscar.