Active
Project:
MARC
Version:
6.x-2.0-beta3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Jun 2010 at 14:57 UTC
Updated:
21 Jun 2010 at 14:43 UTC
Jump to comment: Most recent file
I've tried to upload some MARC records with Swedish letters in them. It seems that the import for each record finishes at the first occurence of any non-English letters (as ÅåÄäÖö in the Swedish alphabet).
I enclose a test file. For the first record, the import stops at 020$c.
(Subjects and everything else works just fine right now! Thanksalot!)
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | chartest.zip | 24.71 KB | ringner |
| test.zip | 619 bytes | ringner |
Comments
Comment #1
ringner commentedAccidently uploaded a file lacking åäö's. This one should work. Not all records, however, include diacritics.
Comment #2
aaaustin commentedThis one is confounding me. The only work around I have right now is to change the collation of the marc table to latin1_general_ci.
Then it seems to work, but of course, you are only getting characters from the latin1 character set.