[Rt-commit] rt 02/03: Add 'use locale' to lifecycle.pm
craig kaiser
craig at bestpractical.com
Fri Jul 16 15:42:47 UTC 2021
This is an automated email from the git hooks/post-receive script.
craig pushed a commit to branch 5.0/lifecycle-status-accents
in repository rt.
commit e7ce96d57239216028ae012b44e2cd5b1c4b5dc8
Author: craig kaiser <craig at bestpractical.com>
AuthorDate: Fri Jul 16 11:30:21 2021 -0400
Add 'use locale' to lifecycle.pm
This is needed in order to successfully convert uppercase accented
characters to lowercase.
---
lib/RT/Lifecycle.pm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lib/RT/Lifecycle.pm b/lib/RT/Lifecycle.pm
index 6e6620d78c..69fac0ba67 100644
--- a/lib/RT/Lifecycle.pm
+++ b/lib/RT/Lifecycle.pm
@@ -58,6 +58,8 @@ our %LIFECYCLES;
our %LIFECYCLES_CACHE;
our %LIFECYCLES_TYPES;
+use locale qw/:characters/;
+
# cache structure:
# {
# lifecycle_x => {
--
To stop receiving notification emails like this one, please contact
sysadmin at bestpractical.com.
More information about the rt-commit
mailing list