llvm-svn: 68364
This commit is contained in:
Steve Naroff 2009-04-03 01:25:18 +00:00
parent fd6cfcffa2
commit 3e90e33356
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ int main() {
NSLog(@"Hi…");
NSLog(@"Exposé");
NSLog(@"\U00010400\U0001D12B");
// FIXME: the following is still not working (will investigate).
//NSLog(@"hello \u2192 \u2603 \u2190 world");
NSLog(@"hello \u2192 \u2603 \u2190 world");
NSLog(@"hello → ☃ ← world");
return 0;
}