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/ Christian Zimmermann FIGUGEGL! Department of Economics University of Connecticut 341 Mansfield Road, Unit 1063 Storrs, CT 06269-1063 http://ideas.repec.org/zimm/ christian.zimmermann@uconn.edu http://ideas.repec.org/e/pzi1.html
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:
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
Thomas Krichel writes
But changing this, it does not appear to fix the page you outlined.
Because the pages are not regenerated than, and because the code is not the problem here As I learn from a chat with Ivan [13:00:39] Иван В. Курманов: on RAS the character set problem is a problem of apache configuration [13:00:54] … defaultcharacterset configuration param [13:00:59] … it should be UTF-8 [13:01:02] Thomas Krichel: ok [13:01:04] … ! [13:01:06] Иван В. Курманов: at least for RAS [13:01:08] Thomas Krichel: I will fix [13:01:21] Иван В. Курманов: that's all I have for you right now [13:01:30] … no, for the login form [13:01:56] Thomas Krichel: what do you mean "no"? no wisdom :-) [13:01:59] Иван В. Курманов: it may be simply a preference you once made in your browser for that domain and it remembered it [13:02:15] Thomas Krichel: ok [13:02:26] Иван В. Курманов: like "do you want firefox to remember this login and password?" [13:02:36] Thomas Krichel: yes [13:02:47] … Thank you [13:02:55] Иван В. Курманов: welcome, Thomas [13:03:04] Thomas Krichel: You gave enough wisdom today I fixed nebka:~# e /etc/apache2/apache2.conf nebka:~# diff /etc/apache2/apache2.conf /etc/apache2/apache2.conf~ 299c299 < AddDefaultCharset UTF-8 ---
AddDefaultCharset ISO-8859-1
nebka:~# /etc/init.d/apache2 restart Restarting web server: Apache2. Cheers, Thomas Krichel http://openlib.org/home/krichel RePEc:per:1965-06-05:thomas_krichel phone: +7 383 330 6813 skype: thomaskrichel
participants (2)
-
Christian Zimmermann -
Thomas Krichel