From 1413a119890189623893b652b0f01345fab9beb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=C3=B6hler?= Date: Sun, 13 May 2007 15:02:40 +0000 Subject: [PATCH] Add some delimiters for parsing CJK dates, #437898. On Windows, the short date formats are used, containing standard delimiters. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16081 57a11ea4-9604-0410-9ed3-97b8803252fd --- lib/libqof/qof/gnc-date.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libqof/qof/gnc-date.c b/lib/libqof/qof/gnc-date.c index 71362fa424..2411ef495e 100644 --- a/lib/libqof/qof/gnc-date.c +++ b/lib/libqof/qof/gnc-date.c @@ -632,7 +632,7 @@ qof_scan_date_internal (const char *buff, int *day, int *month, int *year, /* Use strtok to find delimiters */ if (tmp) { - static char *delims = ".,-+/\\() "; + static char *delims = ".,-+/\\()๋…„์›”ๅนดๆœˆ "; first_field = strtok (tmp, delims); if (first_field) {