Thrift: Wide string support for Perl.
authorDavid Reiss <dreiss@apache.org>
Wed, 26 Dec 2007 20:23:03 +0000 (20:23 +0000)
committerDavid Reiss <dreiss@apache.org>
Wed, 26 Dec 2007 20:23:03 +0000 (20:23 +0000)
commit5d86e399036740633954c50cc88f2a98908f54b0
tree949268984e1d6c5bcd9580a5bf8a7017ec26cbc7
parent4b6ff2dabcc67b437f9fb9e6930cb4705bd936df
Thrift: Wide string support for Perl.

Summary:
This patch allows the TBinaryProtocol to encode wide character strings
as UTF-8 before serializing.  It does not support decoding when receiving.

Reviewed By: mcslee

Test Plan: None.

Revert Plan: ok

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665407 13f79535-47bb-0310-9956-ffa450edef68
lib/perl/lib/Thrift/BinaryProtocol.pm