[RAS] Charset issue
Thomas Krichel
krichel at openlib.org
Tue Apr 8 01:55:35 EDT 2008
Christian Zimmermann writes
> Looking at the affiliation here, we seem to have a charset issue. It is
> supposed to show an arrow
>
> http://authors.repec.org/pro/plu79/
>
> This one is worse:
>
> http://authors.repec.org/pro/ppa3/
In acis/lib/Web/App/XSLT.pm, ACIS does, essentially
$result_object = $stylesheet -> transform($source);
$result = $stylesheet -> output_string( $result_object );
$result = Encode::decode_utf8( $result );
I think it should be
$result_object = $stylesheet -> transform($source);
# use output as_chars
$result = $stylesheet -> output_as_chars( $result_object );
## $result = Encode::decode_utf8( $result );
But changing this, it does not appear to fix the
page you outlined.
Cheers,
Thomas Krichel http://openlib.org/home/krichel
RePEc:per:1965-06-05:thomas_krichel
phone: +7 383 330 6813 skype: thomaskrichel
More information about the RAS-run
mailing list