Bug SS-4684
1 vote

[Maxima] Custom translations in maxima.xml don't work

Created by Martin Kraska on 6/15/2022 5:09 PM Last Updated by Martin Kraska on 8/1/2023 12:12 PM
%
 (hrs)
Logged: 0   (hrs)

 Description

This would be a possible way to fix the encoding of special characters, but it doesn't work.
 
<Convert>
<ConvertFromSMathToMaxima>
<Expression regex="\\0020\\" replace=" "></Expression>
</ConvertFromSMathToMaxima>
<ConvertFromMaximaToSMath>
<Expression regex="RegualarExpression" replace="ReplaceExpression">Your Maxima functions for SMath</Expression>
</ConvertFromMaximaToSMath>
</Convert>
 

 

 

 

There are no comments for this issue.