Your message dated Sun, 12 Aug 2018 20:41:06 +0300
with message-id <[email protected]>
and subject line Re: Bug#880798: Wide character in print at /usr/bin/json_pp 
line 82
has caused the Debian Bug report #880798,
regarding Wide character in print at /usr/bin/json_pp line 82
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
880798: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=880798
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
X-Debbugs-Cc: [email protected]
Package: perl
Version: 5.26.1-2
File: /usr/bin/json_pp

This command line utility should have all character set issues already
solved internally, no?

$ set http://radioscanningtw.jidanni.org/index.php?title=%E9%A6%96%E9%A0%81
$ GET http://archive.org/wayback/available?url=$@
{"url": "http://radioscanningtw.jidanni.org/index.php?title=\u9996\u9801";, 
"archived_snapshots": {"closest": {"status": "200", "available": true, "url": 
"http://web.archive.org/web/20171104183618/http://radioscanningtw.jidanni.org/index.php?title=%E9%A6%96%E9%A0%81";,
 "timestamp": "20171104183618"}}}

$ GET http://archive.org/wayback/available?url=$@ | json_pp
Wide character in print at /usr/bin/json_pp line 82, <STDIN> chunk 1.
{
   "archived_snapshots" : {
      "closest" : {
         "timestamp" : "20171104183618",
         "status" : "200",
         "url" : 
"http://web.archive.org/web/20171104183618/http://radioscanningtw.jidanni.org/index.php?title=%E9%A6%96%E9%A0%81";,
         "available" : true
      }
   },
   "url" : "http://radioscanningtw.jidanni.org/index.php?title=首頁";
}
$ GET http://archive.org/wayback/available?url=$@ | perl -C /usr/bin/json_pp
{
   "archived_snapshots" : {
      "closest" : {
         "timestamp" : "20171104183618",
         "available" : true,
         "status" : "200",
         "url" : 
"http://web.archive.org/web/20171104183618/http://radioscanningtw.jidanni.org/index.php?title=%E9%A6%96%E9%A0%81";
      }
   },
   "url" : "http://radioscanningtw.jidanni.org/index.php?title=首頁";
}

--- End Message ---
--- Begin Message ---
Version: 5.28.0-1

On Sun, Nov 05, 2017 at 04:31:19AM +0800, 積丹尼 Dan Jacobson wrote:
 
> Wide character in print at /usr/bin/json_pp line 82, <STDIN> chunk 1.

This issue was fixed in JSON-PP 2.95, and the fix is
bundled with Perl 5.28.0 (currently in experimental.)

Closing accordingly.
--
Niko Tyni   [email protected]

--- End Message ---

Reply via email to