XML Encoding

Configuration for the Genero Application Server involves XML files (xcf).

These XML files can include international characters. How to define an encoding in an XML file is described in Extensible Markup Language - Character Encoding.

Example in as.xcf with ISO-8858-6 (Arabic) charset:

<?xml version="1.0" encoding="ISO-8859-6" standalone="yes"?>
<!-- comments -->
<CONFIGURATION ...>
...