aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-03-05 17:20:37 +0000
committerBruce Momjian <bruce@momjian.us>2001-03-05 17:20:37 +0000
commitec30cfd799451644d606be66cd01ddb9a61058a2 (patch)
tree4c12def40a6dbd74006bcb3f92aa15752099dbf5 /src
parentef8181b8081676bde976adbe8d22b12a2ecb3e1a (diff)
downloadpostgresql-ec30cfd799451644d606be66cd01ddb9a61058a2.tar.gz
postgresql-ec30cfd799451644d606be66cd01ddb9a61058a2.zip
Here is the chinese_big5 patch for PgAccess. I've tested under Chinese
Windows 2000 without any problem. Have fun. LM.Liu
Diffstat (limited to 'src')
-rw-r--r--src/bin/pgaccess/lib/languages/chinese_big539
1 files changed, 39 insertions, 0 deletions
diff --git a/src/bin/pgaccess/lib/languages/chinese_big5 b/src/bin/pgaccess/lib/languages/chinese_big5
new file mode 100644
index 00000000000..16cc32a4a11
--- /dev/null
+++ b/src/bin/pgaccess/lib/languages/chinese_big5
@@ -0,0 +1,39 @@
+ 0x0d2C
+ ==========
+
+May your signals all trap
+ May your references be bounded
+All memory aligned
+ Floats to ints rounded
+
+
+Remember ...
+
+
+Non-zero is true
+ ++ adds one
+Arrays start with zero
+and, NULL is for none
+
+
+For octal, use zero
+ 0x means hex
+= will set
+ == means test
+
+
+use -&gt; for a pointer
+ a dot if its not
+? : is confusing
+ use them a lot
+
+
+a.out is your program
+ there's no U in foobar
+and, char (*(*x())[])() is
+ a function returning a pointer
+ to an array of pointers to
+ functions returning char
+
+ -- Jon S. Stumpf
+