Hello,
The XML encoding is that charset that is used to encode characters. This
typically impacts non-ASCII characters (e.g., ÃÃÃÃ).
ATL does not let you change the encoding, which is currently hardcoded
in class org.eclipse.m2m.atl.engine.AtlEMFModelHandler.
Regards,
FrÃdÃric Jouault
unique a Ãcrit :
Hi everyone,
I transform a UML model to WSDL model . Now I have a little confused
problem about the beginning of the wsdl file , like this :
<?xml version="1.0" encoding="ISO-8859-1"?>
who can help me to explain what encoding="ISO-8859-1" is and how to get
it ?
Thanks very much.
Best regards!