converting html entity to utf-8 character
        Posted  
        
            by Anthony Umpad
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Anthony Umpad
        
        
        
        Published on 2010-04-06T03:42:32Z
        Indexed on 
            2010/04/06
            3:53 UTC
        
        
        Read the original article
        Hit count: 333
        
Hello, 
  I am having this problems in grails where I am writing a string from the database into an xml file using StreamingMarkUpBuilder. The xml file displays the string as htmlentities コ ピ ー, how can I convert them to be printed as コピー? 
Thanks!
© Stack Overflow or respective owner