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.
Quote<!-- 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?
Hello Carlos,
On the AIX side can you set LANG=en_US.UTF-8 and try again please ?
Best regards,
Olivier E. - Four Js Support
Thanks for the reply.
I solved the problem by setting Text Encoding to ISO8859-1 on Studio and LANG=en_US.ISO8859-1.