Lines 241-246
warn "query ".$query if $DEBUG;
Link Here
|
241 |
my ($charset_result, $charset_errors); |
241 |
my ($charset_result, $charset_errors); |
242 |
($marcrecord, $charset_result, $charset_errors) = |
242 |
($marcrecord, $charset_result, $charset_errors) = |
243 |
MarcToUTF8Record($marcdata, C4::Context->preference('marcflavour'), $encoding[$k]); |
243 |
MarcToUTF8Record($marcdata, C4::Context->preference('marcflavour'), $encoding[$k]); |
|
|
244 |
SetUTF8Flag($marcrecord); |
244 |
####WARNING records coming from Z3950 clients are in various character sets MARC8,UTF8,UNIMARC etc |
245 |
####WARNING records coming from Z3950 clients are in various character sets MARC8,UTF8,UNIMARC etc |
245 |
## In HEAD i change everything to UTF-8 |
246 |
## In HEAD i change everything to UTF-8 |
246 |
# In rel2_2 i am not sure what encoding is so no character conversion is done here |
247 |
# In rel2_2 i am not sure what encoding is so no character conversion is done here |
247 |
- |
|
|