mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 14:05:32 +00:00
ICU-7144 remove label separators from the base exclusion set
X-SVN-Rev: 27886
This commit is contained in:
parent
d0a3f751a8
commit
0c7723b943
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ main(int argc, const char *argv[]) {
|
|||
if(
|
||||
namePrepStatus>0 ?
|
||||
// c is valid or mapped in IDNA2003
|
||||
namePrepResult!=mapping :
|
||||
!labelSeparators.contains(c) && namePrepResult!=mapping :
|
||||
// namePrepStatus<0: c is prohibited in IDNA2003
|
||||
baseValidSet.contains(c) || (cString!=mapping && baseValidSet.containsAll(mapping))
|
||||
) {
|
||||
|
|
Loading…
Add table
Reference in a new issue