wxMaxima-developers / wxmaxima

A gui for the computer algebra system Maxima built with wxWidgets
https://wxMaxima-developers.github.io/wxmaxima/
Other
471 stars 98 forks source link

Strange letters when using option not to keep percents #196

Open dilijev opened 12 years ago

dilijev commented 12 years ago

Best description is to see it (http://i.imgur.com/mYNQa.png)

Looks like epsilon instead of e and some non-dotted i or iota instead of simply i. I've been looking in the source code for the unicode code which could produce the epsilon but nothing seems to be turning up.

Any suggestions of where I could look in the source to track down the issue?

andrejv commented 12 years ago

There is an option "Keep percent sign with special symbols". You have it disabled and it does something weird. The code is in TextCell.cpp, search for the keepPercent variable.

gunterkoenigsmann commented 8 years ago

I can not reproduce this issue. Is this bug still present?