summaryrefslogtreecommitdiff
path: root/l10ntools/scripts/keyidGen.pl
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/scripts/keyidGen.pl')
-rw-r--r--l10ntools/scripts/keyidGen.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/scripts/keyidGen.pl b/l10ntools/scripts/keyidGen.pl
index 2a4ac5caefc3..53423c2d6f02 100644
--- a/l10ntools/scripts/keyidGen.pl
+++ b/l10ntools/scripts/keyidGen.pl
@@ -112,7 +112,7 @@ sub makenumber
$h = shift;
# 1 2 3 4
# 1234567890123456789012345678901234567890
- $symbols="0123456789abcdefghijklmnopqrstuvwxyz+-<=>";
+ $symbols="0123456789abcdefghijklmnopqrstuvwxyz+-[=]";
$order = length($symbols);
$result = "";
while ( length( $result ) < 6 )