cfad47cfa3/t3compiler/tads3/test/data/utf-8.t
| 4b825dc642cb6eb9a060e54bf8d69288fbee4904 | cfad47cfa334b206c65f22086bcc5d63e6f70944 | ||
|---|---|---|---|
1 | #charset "utf-8" | ||
2 | |||
3 | #include <tads.h> | ||
4 | |||
5 | main(args) | ||
6 | { | ||
7 | "This is a Unicode utf-8 source file!\n | ||
8 | Look: ÀÉÎÕÜẀẁẠạĬĭ\n | ||
9 | (That's A-grave, E-acute, I-hat, O-twiddle, U-umlaut, W-grave, w-grave, A-underdot, a-underdot, | ||
10 | I-cup, i-cup.)\n"; | ||
11 | } |
Download diff