2b24984cfc
This module provides functions for handling unicode byte order marks, which are to be found at the beginning of some files and streams. The intention of File::BOM is for files with BOMs to be readable as seamlessly as possible, regardless of the encoding used. ok simon@
7 lines
262 B
Plaintext
7 lines
262 B
Plaintext
This module provides functions for handling unicode byte order
|
|
marks, which are to be found at the beginning of some files and
|
|
streams.
|
|
|
|
The intention of File::BOM is for files with BOMs to be readable
|
|
as seamlessly as possible, regardless of the encoding used.
|