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) {