Fix for Base64 decoding.
authorDavid Reiss <dreiss@apache.org>
Thu, 28 Feb 2008 21:11:34 +0000 (21:11 +0000)
committerDavid Reiss <dreiss@apache.org>
Thu, 28 Feb 2008 21:11:34 +0000 (21:11 +0000)
commit1a3546464dcbb4ff59fae50c6463a4ea78d4df74
tree8aa8810cb9b7269b73a74cfb155ed53b5aa5d18f
parent6f3507c42574a6e8a58e10e07c58c3ba434b4e7a
Fix for Base64 decoding.

Previously, the Base64 decoding table only covered ASCII characters,
but the decoding function looked up any character in the table.
This change extends the table.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665532 13f79535-47bb-0310-9956-ffa450edef68
lib/cpp/src/protocol/TBase64Utils.cpp