Lines Matching refs:BOM
153 # The ICU 2.2 UTF-16/32 converters detect and write a BOM.
155 ibm-1204 { IBM* } # UTF-16 with IBM PUA and BOM sensitive
156 ibm-1205 { IBM } # UTF-16 BOM sensitive
206 ibm-1236 { IBM* } # UTF-32 with IBM PUA and BOM sensitive
207 ibm-1237 { IBM } # UTF-32 BOM sensitive
235 # "BOM" means the Unicode Byte Order Mark, which is the encoding-scheme-specific
237 # "Reverse BOM" means the BOM for the sibling encoding scheme with the
243 # From Unicode: Writes BOM.
244 # To Unicode: Detects and consumes BOM.
245 # If there is a "reverse BOM", Java throws
254 # From Unicode: Writes BOM.
255 # To Unicode: Detects and consumes BOM.
256 # If there is a "reverse BOM", Java throws
260 UTF-16LE,version=1 UnicodeLittle { JAVA* } x-UTF-16LE-BOM { JAVA }
267 # From Unicode: Writes BOM.
268 # To Unicode: Detects and consumes BOM.
269 # If there is no BOM, rather than defaulting to BE, Java throws
283 # From Unicode: Write BE BOM and BE bytes
284 # To Unicode: Detects and consumes BOM. Defaults to BE.
291 # UTF_32BE_BOM x-UTF-32BE-BOM
292 # UTF_32LE_BOM x-UTF-32LE-BOM