Quote:
Originally Posted by macr0t0r
# Update old \b font tag with correct \B bold font tag
pml2 = pml.replace('\\b', '\\B')
|
I'm not certain that this is a good change to make. \b is 'deprecated', but not unsupported. And it doesn't do exactly the same thing as the \B tag, so changing form \b to \B could cause the text in a document to display differently.