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, [email protected] <
[email protected]> 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!
>
> ------------------------------
>  [email protected]
>
> _______________________________________________
> Markdown-Discuss mailing list
> [email protected]
> http://six.pairlist.net/mailman/listinfo/markdown-discuss
>
>
_______________________________________________
Markdown-Discuss mailing list
[email protected]
http://six.pairlist.net/mailman/listinfo/markdown-discuss

Reply via email to