I'm trying to compile on a remote AIX setup and GST keeps reporting this error:
error:(GS-13031) Missing codec for encoding 'en_US'
I've changed the Studio encoding to UTF-8 and checked to confirm my env var LANG is set on my AIX server.
So on GST I have UTF-8 and on AIX I have LANG=en_US.
My encodingMap.xml file states that UTF-8 should fallback to en_US but Genero studio is still complaining.
<!-- UTF-8 -->
<!-- Genero support part of utf8 character set using the fglutf8 name -->
<Alias name="UTF-8" fallback="utf8,fglutf8" impl="utf8" unix
Country="en_US" />
<Alias name="utf8" fallback="UTF-8,fglutf8" impl="utf8" unix
Country="en_US" />
<Alias name="fglutf8" fallback="utf8,UTF-8" impl="utf8" unix
Country="en_US" />
</Aliases>
What am I doing wrong and do I need to change?