changeset 413:933df1a150e0

replymark should be treated with utf-8
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 13 Feb 2017 19:37:33 +0859
parents a765ed027dbd
children f4ec6ac09b60
files s4-blog.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/s4-blog.sh	Fri Feb 10 20:39:20 2017 +0859
+++ b/s4-blog.sh	Mon Feb 13 19:37:33 2017 +0859
@@ -58,7 +58,7 @@
        emails=`TEAM=$team collectemail $blogowner` ;;
   esac
   ## 2017-0210 Respond to the direct reply mark such as: >#1234
-  replymark=`echo "$3"|nkf -Z0|grep '^ *>#'`
+  replymark=`echo "$3"|nkf -w -Z0|grep '^ *>#'`
   authgecos=`gecos $2`
   if [ -z "$4" -a -n "$replymark"  ]; then
     # If the action is new subscription($4="") and has ">#123" marks...

yatex.org