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
  • uspace/lib/libc/generic/io/printf_core.c

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