]> git.evergreen-ils.org Git - Evergreen.git/commit
Add the schema upgrade corresponding to r15351 in-db ingest encoding fixes
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 21 Jan 2010 02:18:40 +0000 (02:18 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 21 Jan 2010 02:18:40 +0000 (02:18 +0000)
commit3869d6ceb3685727cd1710e30efdc77af652957d
tree5a3d034fcdf5870895877121d42469c5c37958ec
parentf761fdf4a31b679b1e7760b35ad91606eeb05b17
Add the schema upgrade corresponding to r15351 in-db ingest encoding fixes

Ensure MARC::File::XML treats the content as UTF-8; then follow
recommended practice of explicitly decoding the UTF-8 string to a
bytes string before operating on it, then encoding it back to UTF8
when it's returned.

'Québec' now gets naco-normalized to 'quebec' as one would expect. YAY!

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15352 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/src/sql/Pg/002.schema.config.sql
Open-ILS/src/sql/Pg/upgrade/0138.schema.in-db-encoding-fixes.sql [new file with mode: 0644]