Community
Participate
Working Groups
Build Identifier: 20110916-0149 Non-latin constants doesn't encoded properly in asm file: encoding in xml header is ISO-8859-1, but constants are written as is. It leads to broken encoding of constants when asm file loaded to VM, and eventually to broken encoding of fields in output model for which such constants used. Workarounds: 1. Edit asm file by hand, replace constants with encoded constants (tested). 2. Edit asm file by hand, set encoding in header to UTF-8. Reproducible: Always Steps to Reproduce: 1. Create ATL transformation with an non-latin string constant into it 2. Open corresponding asm file 3. Find that constant in asm file saved as in atl file, but it should be encoded
http://www.eclipse.org/forums/index.php?t=rview&goto=757871 initial thread