Author Topic: Please *DO NOT* use the registered trademark symbol directly in SlickC codes.  (Read 5470 times)

Ding Zhaojie

  • Senior Community Member
  • Posts: 194
  • Hero Points: 37
Today I tried to apply the hotfix(revision 8 ) for v13. But when applying setupext.e the "String not terminated" error occurred.

The code is:
Code: [Select]
            tabNumber = "Context Tagging®";
But my Windows XP is using the Chinese encoding for non-Unicode programs, so I think the "registered trademark symbol" here caused the problem. I changed the code like this:
Code: [Select]
            tabNumber = 'Context Tagging'VSREGISTEREDTM;
Then the hotfix loaded successful. Hope you guys fix it in the next hotfix release.

Ding Zhaojie

  • Senior Community Member
  • Posts: 194
  • Hero Points: 37
Again >:(

Hotfix 21, tagform.e:

Lin 3246 should be:
Code: [Select]
   config('Editing > Context Tagging':+ VSREGISTEREDTM:+ ' Options');