i18n / Markdown - Does Markdown support internationalization?
Posted
by John Himmelman
on Stack Overflow
See other posts from Stack Overflow
or by John Himmelman
Published on 2010-05-25T14:57:15Z
Indexed on
2010/05/25
15:21 UTC
Read the original article
Hit count: 452
I'm building a CMS which needs to manage content in english, chinese, and spanish at a minimum. Do most markdown implementations handle UTF-8 encoded text? Is the Markdown language designed to be used with non-english languages? I'm currently using Markdown Extra by Michel Fortin.
© Stack Overflow or respective owner