]> git.koha-community.org Git - koha.git/commit
Expanding the error-handling and capabilities of the Record.pm API.
authorkados <kados>
Mon, 29 May 2006 17:41:44 +0000 (17:41 +0000)
committerkados <kados>
Mon, 29 May 2006 17:41:44 +0000 (17:41 +0000)
commit58dafa6904bfa45f897d37e851343e2f67e4f93a
tree88d3d5e90a64533de36b43392de712ea570c8904
parent83f35f6c90fd016638ba55c5190c141ca4296b38
Expanding the error-handling and capabilities of the Record.pm API.

This module represents a major leap forward in Koha's support of standard
record formats (ISO-2709 (MARC), MARCXML, Dublin Core, MODS, etc). It
provides a standard API for record management as well as an error-handling
mechanism so that the API will return proper error strings to the calling
program. It's only partially implemented currently, but the API returns
proper error strings if a feature isn't implemented.

There is also a testing suite that you can use to check your system's
capabilities to handle record and encoding conversions. Commit coming
soon.

I'm gonna work in UNICODE support next ...
C4/Record.pm