pynac icon indicating copy to clipboard operation
pynac copied to clipboard

UTF-8 constant names

Open rwst opened this issue 8 years ago • 1 comments

  • [ ] - The Sage-Pynac interface has char* as parameter to GConstant. This needs to be std::string.
  • [ ] - The Sage-Pynac interface has to convert to std::string.
  • [ ] - GiNaC::constant needs to use std::string.

See also #271

rwst avatar Aug 19 '17 07:08 rwst

It seems that the changes were done on the pynac side and only remains to be done on the sage side. Is this right ?

fchapoton avatar Jan 24 '21 11:01 fchapoton