eXtensibleCatalog / OAI-Toolkit

Synchronize MARC metadata in most ILSs with XC
5 stars 1 forks source link

Diacritics display with ? #62

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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