pynac
pynac copied to clipboard
UTF-8 constant names
- [ ] - The Sage-Pynac interface has
char*as parameter toGConstant. This needs to bestd::string. - [ ] - The Sage-Pynac interface has to convert to
std::string. - [ ] -
GiNaC::constantneeds to usestd::string.
See also #271
It seems that the changes were done on the pynac side and only remains to be done on the sage side. Is this right ?