From bc5ddaefee35dcdd9c1a30b00fef3f5318c04d36 Mon Sep 17 00:00:00 2001 From: contact Date: Tue, 15 Jun 2021 13:48:10 +0000 Subject: [PATCH] Add support for utf8-only git-svn-id: file:///srv/svn/repo/suika/trunk@560 f0ae65fe-ee39-954e-97ec-027ff2717ef4 --- downstream.go | 1 + 1 file changed, 1 insertion(+) diff --git a/downstream.go b/downstream.go index 965749e..fd6cca8 100644 --- a/downstream.go +++ b/downstream.go @@ -164,6 +164,7 @@ var passthroughIsupport = map[string]bool{ "TARGMAX": true, "TOPICLEN": true, "USERLEN": true, + "UTF8ONLY": true, } type downstreamConn struct {