ICU-11399 Fixed a typo in filterRFC3454.pl and updated the string prep data for rfc3920 XMPP node.

X-SVN-Rev: 37066
This commit is contained in:
Yoshito Umaoka 2015-02-25 08:59:44 +00:00
parent c679a56ba1
commit 5d5a1c8b24
2 changed files with 15 additions and 3 deletions

View file

@ -1,5 +1,5 @@
#####################################################################
# Copyright (c) 2009, International Business Machines Corporation and
# Copyright (c) 2015, International Business Machines Corporation and
# others. All Rights Reserved.
#####################################################################
@ -1966,3 +1966,15 @@ E0020..E007F; ; PROHIBITED
# Total code points 82
# Additional prohibitions from XMPP Nodeprep profile (rfc3920.txt)
0022; ; PROHIBITED
0026; ; PROHIBITED
0027; ; PROHIBITED
002F; ; PROHIBITED
003A; ; PROHIBITED
003C; ; PROHIBITED
003E; ; PROHIBITED
0040; ; PROHIBITED
# Total code points 8

View file

@ -1,5 +1,5 @@
#!/usr/bin/perl
# Copyright (c) 2001-2009 International Business Machines
# Copyright (c) 2001-2015 International Business Machines
# Corporation and others. All Rights Reserved.
####################################################################################
@ -140,7 +140,7 @@ sub main(){
if( defined $writeISCSIProhibitedExtra){
create_iSCSIExtraProhibitedTable($inFH, $outfile);
}
if( defined $writeXMPPNodeProhitedExtra){
if( defined $writeXMPPNodeProhibitedExtra){
create_XMPPNodeExtraProhibitedTable($inFH, $outfile);
}
if( defined $writeSASLMap){