[wp-trac] Re: [WordPress Trac] #8999: Completely New LiveJournal Importer

WordPress Trac wp-trac at lists.automattic.com
Sun Feb 1 19:36:36 GMT 2009


#8999: Completely New LiveJournal Importer
-------------------------------------+--------------------------------------
 Reporter:  beaulebens               |        Owner:     
     Type:  enhancement              |       Status:  new
 Priority:  normal                   |    Milestone:  2.8
Component:  Import                   |      Version:  2.7
 Severity:  normal                   |   Resolution:     
 Keywords:  needs-testing has-patch  |  
-------------------------------------+--------------------------------------
Comment (by beaulebens):

 Try changing line 238 (first line of function unhtmlentities()) to this:

 {{{
 $trans_tbl = get_html_translation_table(HTML_ENTITIES, ENT_QUOTES);
 }}}

 and see if that fixes it for you. That's giving me "clean" single-quotes
 (not encoded as entities at all, but then neither is the data that's
 coming from LJ). They appear correctly in FF (I don't have IE to test on
 here).

-- 
Ticket URL: <http://trac.wordpress.org/ticket/8999#comment:11>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list