Bug 5859: Allow user to set encoding for import
authorJared Camins-Esakov <jcamins@bywatersolutions.com>
Sun, 17 Apr 2011 22:15:51 +0000 (18:15 -0400)
committerChris Cormack <chrisc@catalyst.net.nz>
Tue, 19 Apr 2011 01:05:48 +0000 (13:05 +1200)
commit415ea18007f58ee5d616de41cdef437d49568cc9
tree8e899f62f4454c07aba70005fc65320d6cb98c5b
parentd1cea14fae6525b7478548aa19108871395e198d
Bug 5859: Allow user to set encoding for import

Rather than having options for MARC21 and UNIMARC in the "Character encoding"
dropdown, the user should be able to select the appropriate character encoding.
The default retains the current behavior, which is to allow the system to guess
which character encoding is in use. However, it should be noticed that this is
almost always wrong for non-UTF8 records with non-ASCII characters. Specifying
a character set is much more reliable if you're not using UTF-8.

Rebased to use Template::Toolkit instead of HTML::Template::Pro.

Signed-off-by: Jared Camins-Esakov <jcamins@bywatersolutions.com>
Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
C4/ImportBatch.pm
koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt
tools/stage-marc-import.pl