From dd1de638196510eb68cbff5280e6da5c4d695fde Mon Sep 17 00:00:00 2001 From: lanrion Date: Fri, 7 Nov 2014 23:32:12 +0800 Subject: [PATCH] encoding to utf-8 --- lib/qy_wechat_api/api/message.rb | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/lib/qy_wechat_api/api/message.rb b/lib/qy_wechat_api/api/message.rb index cd3742d..5e277e1 100644 --- a/lib/qy_wechat_api/api/message.rb +++ b/lib/qy_wechat_api/api/message.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 + module QyWechatApi module Api class Message < Base -- libgit2 0.21.0