? convert_speciel_caracters_when_exporting_bibtex.patch
Index: biblio.import.export.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/biblio/biblio.import.export.inc,v
retrieving revision 1.22
diff -r1.22 biblio.import.export.inc
582c582,585
< 
---
>   module_load_include('php', 'biblio', 'bibtexParse/PARSEENTRIES');
>   require_once(drupal_get_path('module', 'biblio') . '/bibtexParse/transtab_unicode_bibtex.inc.php');
>   $converter = new PARSEENTRIES();
>   $bibtex=$converter->searchReplaceText($transtab_unicode_bibtex, $bibtex, false);
1083c1086
< }
\ No newline at end of file
---
> }
