SMath Studio Forum
»
SMath Studio
»
Bugs & Problems
»
Text characters not passing correctly to Maxima plugin
Rank: Advanced Member Groups: Registered
Joined: 22/09/2009(UTC) Posts: 34 Location: Utah State University, Logan, UT, USA Was thanked: 20 time(s) in 7 post(s)
|
|
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 15/04/2012(UTC) Posts: 2,023 Was thanked: 1153 time(s) in 739 post(s)
|
Thank you for reporting the issue. Could you please attach your .sm file to your post?
The problems seem to originate from the internal character encoding used by SMath Studio. The interface to Maxima and Maxima itself are unicode proof (as long SBCL is used). So there is no need for such encoding from my side and at development time of the plugin there was no such encoding.
I need to check if that encoding can be switched off or decoded within the plugin.
@developers: any recommendation on how to proceed?
A temporary mitigation could be adding a translation function in maxima.xml in the plugin directory. Some hints on how to setup custom translations or functions from user side are found in the german pdf handbook, online translators seem to produce pretty usable english versions. |
|
|
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 13/01/2012(UTC) Posts: 2,690 Location: Italy Was thanked: 1368 time(s) in 895 post(s)
|
To decode SMath text and variables/functions names to unicode strings, you have to use: Code:TermsConverter.DecodeText(text);
The opposite can be done with Code:TermsConverter.EncodeText(text);
|
If you like my plugins consider to support SMath Studio buying a plan; to offer me a coffee: paypal.me/dcprojects |
|
|
|
Rank: Member Groups: Registered
Joined: 10/08/2011(UTC) Posts: 24 Location: Missouri
Was thanked: 8 time(s) in 4 post(s)
|
The same issue is also occurring in the "Excel (2003+) I/O with recalculation and PNG export" plugin. See the Smath Studio and Excel screen shots below for an example. Would it be possible to fix the plug-in? Thanks engr
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 17/01/2021(UTC) Posts: 7 Location: Heredia Was thanked: 1 time(s) in 1 post(s)
|
I have the same issue and adding a translation function in maxima.xml in the plugin directory is not working. Can you anyone help us to make it right?
|
|
|
|
SMath Studio Forum
»
SMath Studio
»
Bugs & Problems
»
Text characters not passing correctly to Maxima plugin
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.