File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -997,7 +997,7 @@ order when no BOM is present. The plain ``UTF-16`` codec (without a ``-BE`` or
997997practice, so native-endian data round-trips without redundant byte swapping,
998998even though the Unicode Standard defaults to big-endian when the byte order is
999999unspecified. When these bytes are read by a CPU with a different endianness,
1000- then  bytes have to be swapped though . To be able to detect the endianness of a
1000+ the  bytes have to be swapped. To be able to detect the endianness of a
10011001``UTF-16 `` or ``UTF-32 `` byte sequence, a BOM ("Byte Order Mark") is used.
10021002This is the Unicode character ``U+FEFF ``. This character can be prepended to every
10031003``UTF-16 `` or ``UTF-32 `` byte sequence. The byte swapped version of this character
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments