Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Deploying BIRT in a UNIX environment
matthewng
I am running a server in a UNIX environment that integrates the BIRT Report Engine inside of it. However, I am having trouble getting the text to show up correctly. In particular, the registered trademark symbol:
1. If I use the (R) symbol in the template, the HTML produces ?? in the source file
2. If I use ® + semicolon in the template, the HTML produces ?? in the source file
3. If I use ® in the template, the HTML produces ?? in the source file
4. If I use ® in the template, the HTML produces &#174 in the source file
5. If I use ® in the template, the HTML produces ® in the source file
I cannot figure out a way to produce just an ampersand('&') in the source file, which will allow me to HTML escape the (R) character. Any help will be appreciated
Find more posts tagged with
Comments
JasonW
Are you using a text element? Are you setting the type to html for the text element.
® Should work.
Jason