Skip to main content



      Home
Home » Eclipse Projects » Mylyn » xslfo has ? in place of bullets(mediawiki to xslfo conversion)
xslfo has ? in place of bullets [message #1009115] Thu, 14 February 2013 08:25
Eclipse UserFriend
I was using ant task to convert MediaWiki text to xslfo.
In the wiki text asterisks are used to show round bullet in the list. But, the converted text has question mark ('?') in the place of bullets.

MediaWiki text
* text1
* text2

ant script
<wikitext-to-xslfo markupLanguage="MediaWiki" showExternalLinks="false" sourceEncoding="UTF-8">
<fileset ..... />
</wikitext-to-xslfo>

converted text
<list-item>
<list-item-label end-indent="label-end()">
<block font-size="10.0pt">?</block>
</list-item-label>
<list-item-body start-indent="body-start()">
<block font-size="10.0pt">text1</block>
</list-item-body>
</list-item>

OS: RHEL 6
LANG=en_US.UTF-8

What is the issue? font/ encoding needs to be changed??
Previous Topic:Importing mylin tasks.xml.zip not working
Next Topic:Installed connectors not listed when adding new task repository
Goto Forum:
  


Current Time: Tue May 20 13:58:04 EDT 2025

Powered by FUDForum. Page generated in 0.03436 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top