* Jeremy C. Reed <[EMAIL PROTECTED]> [2007-03-22 22:35]: > I found perl module HTML::Entities but I can't get its encode_entities() > to do what I want.
You’re probably not making the sure your input is properly decoded first, but that’s just a guess. Can you post some code? > I thought I could convert the characters back with perl with > perl -pe "s/([\x80-\xff])/'&#' . ord($1) . ';'/eg;" But that > failed from command line. It worked in a perl script though. Again probably the same problem. Post some code. Regards, -- Aristotle Pagaltzis // <http://plasmasturm.org/> _______________________________________________ Markdown-Discuss mailing list [email protected] http://six.pairlist.net/mailman/listinfo/markdown-discuss
