Hi, question about utf-8 saved source

Dave Walker marmoset at gmail.com
Mon Mar 3 19:59:18 EST 2014


If you want to stick with Markdown.pl, you can always pipe it through HTML
Tidy (I use the HTML 5 fork)
( http://w3c.github.io/tidy-html5/ ) like so:

cat mytext.md | tidy5 -utf8 -ashtml

-d.w.


On Mon, Mar 3, 2014 at 9:56 AM, cannonballrag at gmail.com <
cannonballrag at gmail.com> wrote:


>

> Hi, does Markdown.pl have any options to support utf-8 saved source?

> currently, i can only solve it by adding a html utf-8 header like below:

>

> <meta http-equiv='Content-Type' content='text/html; charset=utf-8'>

>

> Thanks!

>

> ------------------------------

> cannonballrag at gmail.com

>

> _______________________________________________

> Markdown-Discuss mailing list

> Markdown-Discuss at six.pairlist.net

> http://six.pairlist.net/mailman/listinfo/markdown-discuss

>

>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://six.pairlist.net/pipermail/markdown-discuss/attachments/20140303/8f5bfa73/attachment.html>


More information about the Markdown-Discuss mailing list