Group Abstract Group Abstract

Message Boards Message Boards

0
|
6.4K Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:

How about the Latest Mathematica version's garbled text?

Posted 6 years ago

Hello

Some strings may get to be garbled when copied and pasted within a same notebook of Mathematica.

I encountered the fact that the registory key "\Hkey_ CurrentUser\AppEventLabels\.Default" was changed to "\Hkey Current_User\AppEventLabels?fault" when pasted. In this case,it seems that ".D" was changed to "?".

\[CapitalThorn] was the name of "?". And the actually used character of "?" is :

enter image description here

I'd like to know how the Latest version of Mathematica should be.

Thanks.

POSTED BY: Ichione Ichiro
2 Replies
Posted 6 years ago
POSTED BY: Ichione Ichiro
Posted 6 years ago

It appears to be a problem with V12. A quick fix is to double the '\" to "\" before the copy/paste. Mathematica then converts the "\" back to a single "\".

str = "\\Hkey_CurrentUser\\AppEventLabels\\.Default"
\Hkey_CurrentUser\AppEventLabels\.Default
POSTED BY: Douglas Kubler
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard