[web-devel] [Yesod][hjsmin] Could not handle UTF-8 literal in julius file?

いとうかつとし cutsea110 at gmail.com
Thu Jan 27 23:54:31 CET 2011


Hi

I write julius file like this.

(snip)
      var fs = $('<fieldset><legend>Recent Changes</legend></fieldset>'),
          ul = $('<ul/>');
      $('#recent-changes').append(fs.append(ul));
(snip)

This works good.
But,...

(snip)
      var fs = $('<fieldset><legend>最近の更新</legend></fieldset>'), // Japanese
UTF-8
          ul = $('<ul/>');
      $('#recent-changes').append(fs.append(ul));
(snip)

This script(with UTF-8) transform legend text to unreadable string.

Then, I try to insert "debugger;" statement in order to disable to hjsmin,
This try is success and make readable.

Could you confirm this?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/web-devel/attachments/20110128/116be07a/attachment.htm>


More information about the web-devel mailing list