I am trying to read .SEF files such as this https://github.com/freight-trust/xsef/blob/9d33443947ed0972d0db498c415feff467df5496/libsef/edifact/COARRI_D95B.EVAL0.SEF. No matter what I try, I can only come up with gibberish like:
ù[-…—´uËhcËi¿[G©Ð»q9ÜõðaM#æƒ)r·ª¾
I tried reading the file with Notepad++ and with format-hex in PowerShell, but neither gives me what I suppose it should look like (an EDIFACT file, something like "DTM+120345:102'MOA+5:203+USD'" or similar). Does someone have ideas on what I should try to do, or how to open files like this in a readable format? Thank you in advance.
Edit: P. S. If you know how to do this, can you guide me through on how it actually should be done? I mainly use PHP and some Java, but any language is fine for this problem.