;’ ’ != nextChar && ’ ’ != nextChar) { [Page]
fw.write(’ ’);
fillTableChar(fw, bracketCount);
}
break;
case ’’’:
fw.write(’’’);
if(quoteCount == 0) { //When ’ is not between \"\", change its state.
sigleQuoteCount = sigleQuoteCount == 0 ? 1 : 0;
}
break;
case ’\"’:
fw.write(’\"’);
if(sigleQuoteCount == 0) { //When ’ is not between \"\", change its state.
quoteCount = quoteCount == 0 ? 1 :0;
}
break; [Page]
case ’f’: // 1. add before \"function\"
if(nextC