XML hate
Had a need to download and install html5lib the other day, and was most amused to find a module called ihatexml.py lurking there in the source code!…
Had a need to download and install html5lib the other day, and was most amused to find a module called ihatexml.py lurking there in the source code!…
March 14th, 2009 at 7:35 pm
What’s this all about?
max_unicode = int(”FFFF”, 16)
(in ihatexml.py)
March 15th, 2009 at 7:22 pm
I presume it is defining the maximum unicode value - but I’m not sure why it didn’t do the more obvious
max_unicode = 0xffff