Ignore:
Timestamp:
2009-06-18T08:30:50Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
12956e57
Parents:
553492be
Message:

define endianess externally to be able to exactly specify whether we are using UTF-32LE or UTF-32BE
quit messing with BOM in UTF-32

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/printf/printf_core.c

    r553492be rac47b7c2  
    302302        if (str == NULL)
    303303                return printf_putstr(nullstr, ps);
    304        
    305         if (*str == U_BOM)
    306                 str++;
    307304       
    308305        /* Print leading spaces. */
Note: See TracChangeset for help on using the changeset viewer.