In researching Metadata Services Toolkit issues 267 (diacritics display with a
?) we determined that it turned out to be an OAI Toolkit issue.
In OAIToolkit we found that initial record set returned by ListRecords verb
displayed correctly and with resumption token the diacritics were not displayed
correctly. The issue was with caching. In preparing the next batch of records,
the system cached the results to the file system and was assuming 1-byte per
character when it reads them back in which is incorrect. This is fixed in
TextUtil class in package info.extensiblecatalog.OAIToolkit.utils. This was
released as release v0.6.6 with this fix.
Original issue reported on code.google.com by rc...@library.rochester.edu on 28 Jun 2010 at 7:41
Original issue reported on code.google.com by
rc...@library.rochester.edu
on 28 Jun 2010 at 7:41