Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the unnecessary addition of a UTF-8 BOM and UTF-32 BOM. #8

Open
Poikilos opened this issue Nov 1, 2020 · 0 comments
Open

Fix the unnecessary addition of a UTF-8 BOM and UTF-32 BOM. #8

Poikilos opened this issue Nov 1, 2020 · 0 comments
Labels
bug Something isn't working needs confirmation

Comments

@Poikilos
Copy link
Owner

Poikilos commented Nov 1, 2020

Find out why BOM is showing up. It may have been from a backup and restore or copy-and-paste operation from Word or another word processor.

  • UTF-8 BOM (: 0xEF,0xBB,0xBF)
  • UTF-32 BOM (ÿþ??: (Little Endian) 0xFF,0xFE,0x00,0x00)
@Poikilos Poikilos added bug Something isn't working needs confirmation labels Nov 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs confirmation
Projects
None yet
Development

No branches or pull requests

1 participant