Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the JavaScript-Value-Escape CPAN distribution.

Report information
The Basics
Id: 74552
Status: new
Priority: 0/
Queue: JavaScript-Value-Escape

People
Owner: Nobody in particular
Requestors: nikzubkov [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: JavaScript-Value-Escape bug
Date: Tue, 31 Jan 2012 13:16:51 +0400
To: bug-JavaScript-Value-Escape [...] rt.cpan.org
From: Nikita Zubkov <nikzubkov [...] gmail.com>
decimal vs hex - map { $e{pack('U',$_)} = sprintf("u%04d",$_) } (0x00..0x1f,0x7f); + map { $e{pack('U',$_)} = sprintf("u%04x",$_) } (0x00..0x1f,0x7f);