Re: read from a Windows application

From: Jon A. Cruz (jon_at_joncruz.org)
Date: 02/17/04


Date: Mon, 16 Feb 2004 21:47:05 -0800

Ryan Stewart wrote:
> Why not just String.valueOf(chararray)?
>

Because he's dealing with bytes, not characters. So he should avoid
String completely.



Relevant Pages

  • Re: Porting up to VC++ 2005
    ... Since you are dealing with strings that contain file names, ... characters, but that's a different question to be handled in a different way. ... done, which should be unnecessary, it should be an LPTSTR cast, which ... It only applies to string and ...
    (microsoft.public.vc.mfc)
  • Re: [Q] How to eval an EXPR once and make it stick
    ... > Does the entire string, from start to end, consist of zero or more 'space' ... but I like to avoid possible boundary conditions that make me think ... Do you Yahoo!? ...
    (perl.beginners)
  • Re: Base64 question
    ... I convert the bytes to Base64. ... However, the result includes characters that are invalid for a URL, ... I have to cycle the output string through ... Base64 converter to use a character set that could avoid the trip through ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Binary file Pt 1 - Only reading some
    ... what I'm dealing with. ... Can you point me to a simple guide to ... little) what the string meant. ... 6s = A string of 6 characters ...
    (comp.lang.python)
  • From python to LaTeX in emacs on windows
    ... In the file there is international characters like é and ó. ... I read the file into python as a string and suddenly the characters ... Second problem: How do I avoid this? ...
    (comp.lang.python)