String s = "\u4F9D\u5B58\u3057\u305F"; out.println(s);
I am able to see the content in Japanese. But when I am getting the same String thorugh a collection like a HashMap I am not able to see the content in Japanese:
Are you sure you've got the right values in the map ? You're using the keys of the map. Check that the s.equals((String) iterator.next()); [ March 16, 2007: Message edited by: Satou kurinosuke ]
sorry, it is the japanese sentence supposed to be displayed with the above unicode izon = dependency izon suru = to depend on something [ March 16, 2007: Message edited by: Satou kurinosuke ]