Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 13:25
Pitchumani Sivanupandi is currently offline Pitchumani SivanupandiFriend
Messages: 1
Registered: February 2013
Junior Member
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: Thu Apr 25 23:00:34 GMT 2024

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

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

Back to the top