[open-ils-commits] [GIT] Evergreen ILS branch master updated. 68f2881ebfe5aaac9b0497b052e08d9a425fda88

Evergreen Git git at git.evergreen-ils.org
Tue Aug 20 12:45:55 EDT 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  68f2881ebfe5aaac9b0497b052e08d9a425fda88 (commit)
      from  59dadd1a4ce3a213e0a2367ef0ce2f0accdd480b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 68f2881ebfe5aaac9b0497b052e08d9a425fda88
Author: Pasi Kallinen <pasi.kallinen at pttk.fi>
Date:   Mon Jul 1 08:36:48 2013 +0300

    Read the zip code lookup file in UTF8 mode.
    
    Signed-off-by: Pasi Kallinen <pasi.kallinen at pttk.fi>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Zips.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Zips.pm
index a08a4dc..57f468b 100644
--- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Zips.pm
+++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Zips.pm
@@ -8,6 +8,8 @@ use OpenILS::Application::AppUtils;
 use OpenILS::Utils::Editor;
 use OpenSRF::Utils::SettingsClient;
 
+use open ':utf8';
+
 my %zips;
 
 # -----------------------------------------------------------------

-----------------------------------------------------------------------

Summary of changes:
 .../lib/OpenILS/Application/Search/Zips.pm         |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list