Category: Hack

  • How to use UTF-8 with Movable Type

    Here’s what I did to display UTF-8 with Movable Type. mf.cfg : Set PublishCharset to UTF-8. mf.cfg : Set NoHTMLEntities to 1 (remove comment #) lib/MT/default-templates.pl : Replace all the “iso-8859-1” entities to “utf-8.” You should do this before you edit templetes because its charset will be applied to templetes after you rebuild. extlib/CGI.pm :…