summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-08 22:50:17 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-09 09:32:39 +0100
commitbca5c1a4d0aa762f37d9f3f6976d3d17865f33a6 (patch)
treeeda40881636c673bd28a388488b9647d81629e38 /tools
parentConvert directly from RTL_TEXTENCODING_IBM_437 to unicode (diff)
downloadcore-bca5c1a4d0aa762f37d9f3f6976d3d17865f33a6.tar.gz
core-bca5c1a4d0aa762f37d9f3f6976d3d17865f33a6.zip
The idl encoding table stuff appears to be a no-op, converts x to x
1.a) There is only one call to SvTokenStream::SetCharSet 2.b) That call is from SvTokenStream::InitCtor and the argument is gsl_getSystemTextEncoding() 2.a) SvTokenStream::SetCharSet is the sole caller of SvChar::GetTable i.e. pCharTab = SvChar::GetTable( nSet, gsl_getSystemTextEncoding() ); 2.b) so this is in practive only ever... pCharTab = SvChar::GetTable( gsl_getSystemTextEncoding(), gsl_getSystemTextEncoding() ); 3) SvChar::GetTable returns a table for converting from one encoding to another. 4) so the whole thing is a no-op, i.e. pCharTab can be dropped SvChar::GetTable is then unused and can be dropped SetCharSet and GetCharSet are then also unused
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions