The byte-order mark (BOM) in HTML - World Wide Web Consortium (W3C) The BOM, when correctly used, is invisible Before UTF-8 was introduced in early 1993, the expected way for transferring Unicode text was using 16-bit code units using an encoding called UCS-2 which was later extended to UTF-16 16-bit code units can be expressed as bytes in two ways: the most significant byte first (big-endian) or the least significant byte first (little-endian)
Darstellungsprobleme durch das UTF-8-BOM Das BOM kann dennoch in UTF-8-codiertem Text auftreten, entweder als Nebenprodukt einer Umwandlung der Zeichencodierung oder weil es durch ein Editorprogramm hinzugefügt wurde Das BOM erkennen Zunächst ist zu prüfen, ob tatsächlich ein BOM am Dateianfang vorhanden ist
L’indicateur d’ordre des octets (BOM) en HTML - World Wide Web . . . Si un BOM se trouve plus bas sur la page (par exemple, parce que du contenu est ajouté à la page depuis une source externe), sa présence sera indiquée dans la section « Detailed Report » Vous pouvez aussi chercher une signature UTF-8 en examinant votre contenu dans un éditeur de texte