Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ec30cfd

Browse files
committed
Here is the chinese_big5 patch for PgAccess. I've tested under Chinese Windows 2000 without any problem. Have fun. LM.Liu
1 parent ef8181b commit ec30cfd

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
0x0d2C
2+
==========
3+
4+
May your signals all trap
5+
May your references be bounded
6+
All memory aligned
7+
Floats to ints rounded
8+
9+
10+
Remember ...
11+
12+
13+
Non-zero is true
14+
++ adds one
15+
Arrays start with zero
16+
and, NULL is for none
17+
18+
19+
For octal, use zero
20+
0x means hex
21+
= will set
22+
== means test
23+
24+
25+
use -> for a pointer
26+
a dot if its not
27+
? : is confusing
28+
use them a lot
29+
30+
31+
a.out is your program
32+
there's no U in foobar
33+
and, char (*(*x())[])() is
34+
a function returning a pointer
35+
to an array of pointers to
36+
functions returning char
37+
38+
-- Jon S. Stumpf
39+

0 commit comments

Comments
 (0)