Search:

Type: Posts; User: Norm

Search: Search took 0.19 seconds.

  1. Replies
    4
    Views
    1,996

    [SOLVED] Re: how can i convert unicode to string?

    One problem I see in the code is the use of too many magic numbers: 65, 32 90. char variables can be used in expressions just like int or short. For example: (char)65 is 'A'. (char)90 is 'Z'

    You...
  2. Replies
    4
    Views
    1,996

    [SOLVED] Re: how can i convert unicode to string?

    Can you post a small, complete program that compiles, executes and shows the problem you are having working with unicode.

    Java characters are unicode.
Results 1 to 2 of 2