Changeset a5e5030 in mainline
- Timestamp:
- 2009-03-22T22:13:33Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 05641a9e
- Parents:
- 8263c68
- Location:
- kernel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/Makefile
r8263c68 ra5e5030 48 48 49 49 GCC_CFLAGS = -I$(INCLUDES) -O$(OPTIMIZATION) -imacros ../config.h \ 50 -fexec-charset=UTF-8 -fwide-exec-charset=UTF-32 -finput-charset=UTF-8 \ 50 51 -fno-builtin -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes -Werror \ 51 52 -nostdlib -nostdinc -pipe -
kernel/test/print/print4.c
r8263c68 ra5e5030 71 71 printf("Greek: %s\n", "Ὦ ξεῖν’, ἀγγέλλειν Λακεδαιμονίοις ὅτι τῇδε"); 72 72 printf("Hebrew: %s\n", "משוואת ברנולי היא משוואה בהידרודינמיקה"); 73 74 printf("\nUTF-32 strings using printf(\"%%ls\"):\n"); 75 printf("English: %ls\n", L"Quick brown fox jumps over the lazy dog"); 76 printf("Czech: %ls\n", L"Příliš žluťoučký kůň úpěl dábelské ódy"); 77 printf("Greek: %ls\n", L"Ὦ ξεῖν’, ἀγγέλλειν Λακεδαιμονίοις ὅτι τῇδε"); 78 printf("Hebrew: %ls\n", L"משוואת ברנולי היא משוואה בהידרודינמיקה"); 73 79 } 74 80
Note:
See TracChangeset
for help on using the changeset viewer.