Four Js Development Tools Forum

Discussions by product => Genero Studio => Topic started by: Carlos L. on March 16, 2016, 07:05:50 pm



Title: error:(GS-13031) Missing codec for encoding 'en_US'
Post by: Carlos L. on March 16, 2016, 07:05:50 pm
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?


Title: Re: error:(GS-13031) Missing codec for encoding 'en_US'
Post by: Olivier E. on March 18, 2016, 02:05:54 pm
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



Title: Re: error:(GS-13031) Missing codec for encoding 'en_US'
Post by: Carlos L. on April 06, 2016, 03:57:14 pm
Thanks for the reply.

I solved the problem by setting Text Encoding to ISO8859-1 on Studio and LANG=en_US.ISO8859-1.