[OAI-implementers] Different tagging styles in oai pmh 2.0 w/o
namespaceprefix
Thomas Krämer
kraemert@smail.uni-koeln.de
Thu, 15 Jan 2004 20:39:55 +0100
Hallo Thomas,
thanks for your fast reply. right at the moment i received a mail from the xerces mailing list, that
reminds a java peculiarity:
snip
It seems that the jvm was asigning the local default encoding to any file it opened (in the entity
resolver), and by specifying the desired encoding in the InputStreamReader the problem goes away.
in otherwords I changed:
InputStreamReader isr = new InputStreamReader(
SimulationPanel.class.getResourceAsStream(sys));
to
InputStreamReader isr = new InputStreamReader(
SimulationPanel.class.getResourceAsStream(sys),"UTF8");
snap
why my postings come with that delay ? no idea.
transatlantische grüße
thomas