Forums

Sega Master System / Mark III / Game Gear
SG-1000 / SC-3000 / SF-7000 / OMV
Home - Forums - Games - Scans - Maps - Cheats - Credits
Music - Videos - Development - Hacks - Translations - Homebrew

View topic - Disable HTML by default

Reply to topic
Author Message
  • Joined: 12 Nov 2005
  • Posts: 54
Reply with quote
Disable HTML by default
Post Posted: Sat Sep 13, 2008 10:48 am
I was posting some code using the [code ] tags and it was corrupting it because it had < and > surrounding some code. I finally figured out that I needed to check "Disable HTML in this post". I didn't find any way in my preferences to have that checked by default, unlike the way "Disable BBCode in this post" can be checked by default. Since HTML handling is apparently broken (it shouldn't touch anything within a [code ] block), I think it should be disabled by default. Here's an example of some code,

for ( int i = 0; i < 10; ++i )
    foo->data [i] = 0;

and what happens if HTML isn't disabled

for ( int i = 0; i <10>data [i] = 0;
  View user's profile Send private message Visit poster's website
  • Joined: 14 Oct 2006
  • Posts: 256
  • Location: NYC
Reply with quote
Post Posted: Thu Oct 02, 2008 7:52 pm
I always use the HTML number when something like that happens...

http://www.ascii.cl/htmlcodes.htm
  View user's profile Send private message Visit poster's website
Reply to topic



Back to the top of this page

Back to SMS Power!