Shop OBEX P1 Docs P2 Docs Learn Events
Forum Issue: Code Blocks change code into emoticons and graphic symbols — Parallax Forums

Forum Issue: Code Blocks change code into emoticons and graphic symbols

twm47099twm47099 Posts: 867
edited 2015-07-09 12:26 in General Discussion
In the code I copied to code blocks (as well as to the normal text area), the forum changes different code into emoticons or graphic blocks.  In one case in the thread below it changed "8)" that was part of an if statement into "Mr Sunglasses" 8).  In another I had declare a string variable as "btstring[]" and it changed the open-close square brackets into a rectangle [].  While those may be ok for regular text in a post, it needs to be fixed so that code can continue to be posted without a list of forum caused programming errors.

http://forums.parallax.com/discussion/161436/bt-commander-w-whiskers-android-control-for-activitybot

Thanks
Tom

Comments

  • Here's examples:
    if(nbytes == 8)  
    
    volatile char btstring[] = {0, 2, '0','0','0','0','0','0',1,' ',' ','1',4,5,3};
    
  • This has been added to our issues list.
Sign In or Register to comment.