6.21.7 preview, EasReportService : characters outside of ascii range replaced by '?'

Post Reply
jmk
Posts: 144
Joined: 31 May 2012, 12:08
Location: France

For example, the following "reportXML.xml" fragment

Code: Select all

<own_slot_value>
  <slot_reference>description</slot_reference>
  <value value_type="string">Application de dépôt des candidatures à une formation initiale hors première année.</value>
</own_slot_value>
is cached in "reportApiCache/integration.api.core_api_import_applications.xsl" as

Code: Select all

"description": "Application de d?p?t des candidatures ? une formation initiale hors premi?re ann?e.",
The Java source code is no longer included in recent GitHub commits, so I am unable to provide more information about this bug.
Post Reply