CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Jiji joby

Search: Search took 0.02 seconds.

  1. Thread: Unicode

    by Jiji joby
    Replies
    3
    Views
    2,378

    Re: Unicode

    Help me out to get the Unicode of other languages
  2. Thread: Unicode

    by Jiji joby
    Replies
    3
    Views
    2,378

    Unicode

    Do we have to import any package to obtain Unicode for languages other than English?
  3. Replies
    7
    Views
    8,827

    Re: Block division

    The error is that the code could not block divide the bits. It just reads the bits from the input file and writes the same as it is to the input text file without dividing them into blocks. Error...
  4. Replies
    7
    Views
    8,827

    Re: Block division

    I have used FileInputStream class but its not working properly to divide the bits into blocks.I will attach the coding,help me out to fix the problem.
    public static void main(String[] args) {

    ...
  5. Replies
    7
    Views
    8,827

    Re: Block division

    Of course, we can read it as bytes too.So we will get 18 bytes. Can you please help me in that coding for block division?
  6. Replies
    7
    Views
    8,827

    Block division

    I'm having a file with binary Unicode (mean file contain Unicode value of corresponding data (text file)), want to divide that as blocks with the size of 144bits. I don't know how to code for this so...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured