Hello,
I would like to search the NLM with a Z39.50 Perl client. This is
working quite well
with one exception: I have not yet found a way to convert the charset to
UTF-8.
First I tried the standard Encode module because I thought it uses iconv
and that should
have a definition for ANSEL but I got
On 07.01.2009 17:47 Galen Charlton wrote:
> You can use NFC() from Unicode::Normalize to do this (after using
> MARC::Charset to do the conversion to UTF-8).
Now I have got it! I had an "encode" too early and the NFC() didn't work
on the UTF-8 octets.
Regarding presenting it on the web: Technica