in reply to
C to Java string conversion script
This looks like the weirdest set of requirements I've seen in a while. Maybe there is an easier way of accomplishing your goals? Not all strings in Java have to be written like
(byte)'t',(byte)'h',(byte)'i',(byte)'s'
.
Comment on
Re: C to Java string conversion script
Download
Code
Replies are listed 'Best First'.
Re: Re: C to Java string conversion script
by
perlmoth
(Hermit)
on Dec 01, 2001 at 23:45 UTC
It's for smart card code. As far as I know this is the only way to use strings on smart cards.
[reply]
In Section
Seekers of Perl Wisdom