[TxMt] HTML Command "Decode Named Entities in Line / Selection" fixed

Urbanose urbanose at gmail.com
Sun Jan 1 12:43:11 UTC 2006


For those who have encoding trouble with this command, you can replace :
php -r 'echo html_entity_decode( file_get_contents("/dev/stdin"),  
ENT_QUOTES );'
by :
php -r 'echo utf8_encode(html_entity_decode( file_get_contents("/dev/ 
stdin"), ENT_QUOTES ));'
in the Bundle Editor.

         Urbanose



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macromates.com/textmate/attachments/20060101/8476d4b2/attachment.html>


More information about the textmate mailing list