Menu

#101 Error in encoding of OFDB engine

open
nobody
engines (42)
5
2012-12-08
2010-05-20
Jan Homann
No

ofdb.php line 197...
$data['encoding'] = engine_get_encoding($resp);

ofdb claims to return utf-8 but using iso-8859-1 (see ofdb.php, line 146)
just add

$data['encoding'] = 'iso-8859-1';

in line 198 to fix it.

Discussion

  • andig

    andig - 2010-05-20

    ofdb seems to have moved to urf8 meanwhile. what exactly is the problem? is there a test case?

     
  • roland obermayer

    does this still exist in current cvs?

     

Log in to post a comment.