#559: BibUpload: Cannot bibupload file containing UTF-8 chars
------------------------+------------------
  Reporter:  grfavre    |      Owner:
      Type:  defect     |     Status:  new
  Priority:  critical   |  Milestone:  v1.0
 Component:  BibUpload  |    Version:
Resolution:             |   Keywords:
------------------------+------------------

Comment (by grfavre):

 The table seems correct also:
 {{{
 CREATE TABLE `bib24x` (
   `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
   `tag` varchar(6) NOT NULL DEFAULT '',
   `value` text NOT NULL,
   PRIMARY KEY (`id`),
   KEY `kt` (`tag`),
   KEY `kv` (`value`(35))
 ) ENGINE=MyISAM AUTO_INCREMENT=96473 DEFAULT CHARSET=utf8
 }}}

 I rerun it. The verbose mode doesn't add much more info when it crashes.
 The first record worked fine (no accentuated char). On the second record,
 it generated an exception after stage 3 (see attached task.log file).

-- 
Ticket URL: <http://invenio-software.org/ticket/559#comment:11>
Invenio <http://invenio-software.org>

Reply via email to