Template Engine handle file encode by BOM unicode file problem
16 views
Skip to first unread message
CP
unread,
Nov 23, 2009, 12:58:40 PM11/23/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to play-framework
If your html file is encoded by BOM unicode, when using <#extends> and
<#doLayout> tags, the template Engine will insert an in-complete byte
to the final HTML, and it would cause some display issue. (that "byte"
would break line!!)
Not sure whether it's a bug or not. Maybe it's Groovy issue.
Guillaume Bort
unread,
Nov 23, 2009, 1:46:12 PM11/23/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to play-fr...@googlegroups.com, play-framework
All files in a play project must be encoded in utf-8. Or you will
likely have encoding problems.