After adding my Workspace to source control (Git) the .pbg file is encoded as utf-8 with bom.
When using OrcaScript to create a PBL from source, it fails with "Unable to process map file: c:\pb_test_build\app1.pbg".
When I change the encoding to utf-8 without bom, the script completes without error.
Question?
Why does powerbuilder save the files as utf-8 with bom if OrcaScript can't process them.
Thanks