You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Byte Order Mark (BOM) is technically allowed in UTF-8 encoding, but neither required nor recommended. Specify that the BOM is illegal in GUANO UTF-8 so that reading implementations don't have to care.
Byte Order Mark (BOM) is technically allowed in UTF-8 encoding, but neither required nor recommended. Specify that the BOM is illegal in GUANO UTF-8 so that reading implementations don't have to care.
See: https://en.wikipedia.org/wiki/Byte_order_mark#UTF-8
The text was updated successfully, but these errors were encountered: