ROOTbook - error when accent in code comment

Hello,

I have found an issue (I don’t know if it is a known one). If I put some french accent in a comment, the cell gives an error when excuted.
My example:

In [1]: .cpp -d void f(int i) { // entier maximum représentable avec "nombre_bits" bits cout << "This is function f" << i << endl; }

I have root Release 6.06/02 - 2016-03-03 and ipython v.3.2.0.

Regards,

Vincent.

Hi Vincent,

thanks for noticing and reporting this!
Indeed the treatment of the cell content did not take into account this kind of characters.
This is fixed in the master.

Cheers,
Danilo