kmx git
Register
kc3-lang/libxkbcommon
kc3-lang
Login
kc3-lang
/
libxkbcommon
Browse
Commit
Author :
Pierre Le Marre
Date :
2023-10-30 12:31:42
Hash :
6c54681f
Message :
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.