From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 2F6F21F466 for ; Sun, 19 Jan 2020 09:40:52 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/2] hval: handle wide characters properly Date: Sun, 19 Jan 2020 09:40:50 +0000 Message-Id: <20200119094052.11772-1-e@yhbt.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: We don't see wide characters frequently in filenames and rarely generate attributes with them for diffstat links, so this wasn't noticed until now. Fwiw, I'm still confused by Perl Unicode APIs despite reading and rereading perluni* manpages over the years :x, so there could still be bugs :x Eric Wong (2): hval: to_attr: support wide characters hval: from_attr: move to unit test lib/PublicInbox/Hval.pm | 16 +++------------- t/hval.t | 15 ++++++++++++++- t/solve/0001-simple-mod.patch | 2 ++ t/solver_git.t | 11 ++++++++++- 4 files changed, 29 insertions(+), 15 deletions(-)