From 6d2c21c4eb53964be68892a738e103c85421cf89 Mon Sep 17 00:00:00 2001 From: piaip Date: Tue, 7 Jun 2005 04:13:59 +0000 Subject: 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 --- sample/pttbbs.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sample/pttbbs.conf') 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 -- cgit v1.2.3