ZOSOpenTools / meta

Meta repository to tie together the various underlying z/OS Open Source tools repositories here
https://zosopentools.github.io/meta/
Apache License 2.0
37 stars 25 forks source link

Set GIT UTF8 CCSID to 819 for zopen builds #736

Closed IgorTodorovskiIBM closed 3 months ago

IgorTodorovskiIBM commented 3 months ago

Related to the new change https://github.com/ZOSOpenTools/gitport/pull/108

If we do not set the UTF8 CCSID to 819, then we will encounter issues as such:

./configure: eval:  3:  17:
                            h
                             X
                              k
                               h&
                                 K

or:

/bin/sh install-sh -c -d objects
install-sh 1: FSUM7332 syntax error: got (, expecting Newline

This is because we set AUTOCVT=ON which means for ebcdic programs and ccsid 1208 (utf8), auto-conversion will not be triggered