summaryrefslogtreecommitdiffstats
path: root/sample/pttbbs.conf
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-06-07 12:13:59 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-06-07 12:13:59 +0800
commit6d2c21c4eb53964be68892a738e103c85421cf89 (patch)
tree18cea23db2d13fffdff2a67dd3d4c697d4bceda3 /sample/pttbbs.conf
parent0a67db88f03c6d12a6da5e8a61f78e4e56d88672 (diff)
downloadpttbbs-6d2c21c4eb53964be68892a738e103c85421cf89.tar
pttbbs-6d2c21c4eb53964be68892a738e103c85421cf89.tar.gz
pttbbs-6d2c21c4eb53964be68892a738e103c85421cf89.tar.bz2
pttbbs-6d2c21c4eb53964be68892a738e103c85421cf89.tar.lz
pttbbs-6d2c21c4eb53964be68892a738e103c85421cf89.tar.xz
pttbbs-6d2c21c4eb53964be68892a738e103c85421cf89.tar.zst
pttbbs-6d2c21c4eb53964be68892a738e103c85421cf89.zip
DBCS Aware for getdata and edit.
Thanks to Michael Hsin (mhsin) for his patching edit. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2781 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'sample/pttbbs.conf')
-rw-r--r--sample/pttbbs.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/sample/pttbbs.conf b/sample/pttbbs.conf
index dabecad3..8e5cb552 100644
--- a/sample/pttbbs.conf
+++ b/sample/pttbbs.conf
@@ -118,6 +118,11 @@
/* 若定義, 在使用者註冊之前, 會先顯示出該檔案, 經使用者確認後才能註冊 */
//#define HAVE_USERAGREEMENT "etc/UserAgreement"
+/* DBCS Aware: 讓游標不會跑到 DBCS trailing bytes 上
+ * 但注意這會吃不少 CPU */
+//#define DBCSAWARE_GETDATA
+//#define DBCSAWARE_EDIT
+
/* 使用新式的 pmore (piaip's more) 代替舊式 bug 抓不完的 more */
#define USE_PIAIP_MORE