Lines Matching refs:BOM
155 # The ICU 2.2 UTF-16/32 converters detect and write a BOM.
157 ibm-1204 { IBM* } # UTF-16 with IBM PUA and BOM sensitive
158 ibm-1205 { IBM } # UTF-16 BOM sensitive
208 ibm-1236 { IBM* } # UTF-32 with IBM PUA and BOM sensitive
209 ibm-1237 { IBM } # UTF-32 BOM sensitive
237 # "BOM" means the Unicode Byte Order Mark, which is the encoding-scheme-specific
239 # "Reverse BOM" means the BOM for the sibling encoding scheme with the
245 # From Unicode: Writes BOM.
246 # To Unicode: Detects and consumes BOM.
247 # If there is a "reverse BOM", Java throws
256 # From Unicode: Writes BOM.
257 # To Unicode: Detects and consumes BOM.
258 # If there is a "reverse BOM", Java throws
262 UTF-16LE,version=1 UnicodeLittle { JAVA* } x-UTF-16LE-BOM { JAVA }
269 # From Unicode: Writes BOM.
270 # To Unicode: Detects and consumes BOM.
271 # If there is no BOM, rather than defaulting to BE, Java throws
285 # From Unicode: Write BE BOM and BE bytes
286 # To Unicode: Detects and consumes BOM. Defaults to BE.
293 # UTF_32BE_BOM x-UTF-32BE-BOM
294 # UTF_32LE_BOM x-UTF-32LE-BOM