Since zopen sets/recommends _BPXK_AUTOCVT=ON, it seems that GIT_UTF8_CCSID=819 would be used/default as well.
If UTF-8 tagging is needed, then using the variable or
git config commands (git config --global core.utf8ccsid 819 or git config core.utf8ccsid 819) should be used.
Thoughts?
thanks