[TxMt] Escape character entities to numerical references?

Grant Hollingworth grant at antiflux.org
Fri Aug 4 15:15:46 UTC 2006


* Neil Lee <neil at hushboom.com> [2006-08-04 09:07]:
> Is there any way to get the decimal equivalents? My understanding is  
> they're the most widely supported.

Change "&#x%02X;" in the next line (with sprintf) to "&#%d;".



More information about the textmate mailing list