Bugzilla::Template::Parser - Wrapper around the Template Toolkit Template::Parser
object
This wrapper makes the Template Toolkit aware of UTF-8 templates.
parse($options)
Description: Parses template text using Template::Parser::parse(), converting the text to UTF-8 encoding before, if necessary.
Params: $text
- Text to pass to Template::Parser::parse().
Returns: Parsed text as returned by Template::Parser::parse().