Convert text to UNICODE using Java

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • 1975manish1978suneet
    New Member
    • Aug 2007
    • 1

    #1

    Convert text to UNICODE using Java

    I am working on web applications using Java. I have a form in which their is a name input field and a submit button. I enter my name and press the submit button. Suppose I entered "Ram" in name field and I Press submit button. I want the UNICODE equivalent of Ram as output. Please mail me a sugeestion or a solution.
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by 1975manish1978s uneet
    I am working on web applications using Java. I have a form in which their is a name input field and a submit button. I enter my name and press the submit button. Suppose I entered "Ram" in name field and I Press submit button. I want the UNICODE equivalent of Ram as output. Please mail me a sugeestion or a solution.
    Would Integer.toHexSt ring() be of any help? Next time better ask your
    question in one of the applicable forums.

    kind regards,

    Jos

    Comment

    Working...