Page 1 of 1

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

Posted: 26 Mar 2026, 08:44
by jmk
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.