diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2010-10-18 13:15:42 +0200 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2010-10-18 13:15:42 +0200 |
commit | 71e73bde139cc3e1573191176cb41708b18b59e4 (patch) | |
tree | 1c57c7baf7e77fe204d034e601a9f28e85c73bdd | |
parent | 23207a4338732e755039eb7b627acdb566960e05 (diff) |
ivo99: #107407# exchange <> by []
-rw-r--r-- | l10ntools/scripts/keyidGen.pl | 2 |
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 ) |