Bug 7411: Remove diacritics from generated userid
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Sat, 9 Jun 2012 17:09:32 +0000 (18:09 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Mon, 11 Jun 2012 14:43:39 +0000 (16:43 +0200)
commit21fb6882764b5af1e7c0c87117cdcb33d7acfda0
treeee7e35dc67b29c2817b8fe713cec2f79249969cc
parent81edc91f37b58a5f3c02443073c5bc4d4411bf82
Bug 7411: Remove diacritics from generated userid

Patch introduces a new module Text::Unaccent.

To test:
1) Add a new patron with diacritics in surname and first name, leave userid empty.
2) Save user and check the created userid has only the base characters and
diacritics have been removed correctly.
3) Create another user with the same surname and first name, check userid
is generated correctly.

Signed-off-by: Dobrica Pavlinusic <dpavlin@rot13.org>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
C4/Members.pm
debian/control
install_misc/debian.packages