Skip to content

[BUG]: handle some special characters ■ □ ■ □ #580

@fugerit79

Description

@fugerit79

Module

fj-doc - multiple or all modules

Expected Behavior

Display properly characters like ■ □ ■ □

Current Behavior

The same characters are displayed as ■ # ■✃

Is blocking?

yes, no work around exists

A work around exists?

Test source input

<?xml version="1.0" encoding="utf-8"?>
<doc
	xmlns="http://javacoredoc.fugerit.org"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://javacoredoc.fugerit.org https://www.fugerit.org/data/java/doc/xsd/doc-2-1.xsd" > 

  <metadata>
  	<info name="margins">10;10;10;30</info> 
	<info name="doc-title">Basic example</info>
	<info name="doc-subject">fj doc venus sample source xml</info>
	<info name="doc-author">fugerit79</info>
	<info name="doc-language">it</info>
  </metadata>
  <body>
  		<para>Sample special characters ■ □ &#x25A0; &#x25A1;</para>
  </body>
  
</doc>

Leads to :

Image

For instance with PDF FOP

Steps to reproduces

No response

Is a proof of concept available

No response

Context information

No response

Other information

No response

Proposed solution

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions