Version: (using KDE KDE 3.4.2) Installed from: Fedora RPMs OS: Linux If I want to give a new name for a wallet, it only accepts alphanumeric chars stated as regexp below: ^[A-Za-z0-9]+[A-Za-z0-9_\\s\\-]*$ And if it does not match, comes up with showing: "Please choose a name that contains only alphanumeric characters:" However, with this regexp we cannot use Turkish characters, and end users are confused with it.
Any suggestions on how to change this and still keep it safe?
Ah we are in string freeze but we can say "ASCII letters only"
On Sunday 13 November 2005 12:03, ismail donmez wrote: > ------- Ah we are in string freeze but we can say "ASCII letters only" Strings aren't an issue. Let's just deal with the regexp. I want a whitelist, not a blacklist.
SVN commit 885210 by mleupold: Allow UTF-8 strings as wallet names. BUG: 113708 M +2 -2 kdebase/runtime/kwalletd/kwalletd.cpp M +6 -12 kdeutils/kwallet/kwalletmanager.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=885210