Hello, respected developers.
This module is very good, which solves the problem of repeating node title. But in the use of a small trouble encountered, statistics of Chinese characters have a small problem, no matter how many Chinese characters filled in, will report errors:

path: src/Plugin/Validation/Constraint/NodeTitleConstraintValidator.php
A condition should be added to the "if" sentence: strlen ($value_title) < $config_value, which works well under Chinese characters. Thank you for providing such a good tool!
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | chinese_title_should_have_minimum-value201809161705.patch | 586 bytes | 杨圣亮 |
| 20180916152618.png | 27.25 KB | 杨圣亮 |
Comments
Comment #2
杨圣亮 commentedComment #3
杨圣亮 commentedComment #4
杨圣亮 commentedComment #5
杨圣亮 commentedComment #6
杨圣亮 commentedComment #7
krzysztof domański你好 杨圣亮
The reason for the incorrect results is also the lack of Unicode support.
Adding Unicode support also to D8
Comment #8
krzysztof domańskiComment #9
renrhafHi 杨圣亮 !
This should be fixed pretty soon with https://www.drupal.org/project/node_title_validation/issues/3000029#comm...
Once the issue queue is fixed and cleared, we will prepare a new tagged release.