hexadecimal to unicode with java
807588Jul 19 2009 — edited Jul 19 2009I'm using java to post data to a lucene storage. Some of the data I'm posting is in hexidecimal format. I need to convert this to unicode, so as to see the foreign characters. Has anyone had any experience with anything like this? I think it should be quite simple, but just can't seem to find anything specific about converting hex in java.