Commit 6c54681fe779a9bbea2a942c5fd93f86333cf994

Pierre Le Marre 2023-10-30T12:31:42

Compose: Fix UTF-8 BOM detection The leading UTF-8 BOM detection code is misplaced as it is executed after each EOL. Fixed by moving the code before the goto labels.