Active
Project:
Bibliography Module
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jul 2012 at 19:30 UTC
Updated:
23 Jul 2012 at 19:35 UTC
When importing BibTex, the first brace isn't removed from the title or the author names when the last character is accented.
Example :
The line :
title = {D{\'e}fis de la programmation ouverte dans l'insertion sociale et professionnelle de jeunes en difficult{\'e}},
...produces the title :
{Défis de la programmation ouverte dans l'insertion sociale et professionnelle de jeunes en difficulté
Has anybody also seen this ?
Comments
Comment #1
PascalAnimateur commented... by replacing the enclosing {} with "" the problem doesn't manifest itself. Maybe this can help track the bug.