Open GoogleCodeExporter opened 9 years ago
Because This function convertFromStringToBytes, is used in more then one place,
my solution is causing problems.
a more complete solution is needed to solve this issue
Original comment by d...@omniscience.co.il
on 3 Jun 2012 at 2:02
I will take a look at this. Be looking for a fix in the next week or two. I
have to get the Java/Android client to a RC release as well.
Original comment by joshuadmorris@gmail.com
on 11 Jun 2012 at 9:33
Current version of source code still has a same problem.
CharsetEncoder encoder = utf8Charset.newEncoder();
ByteBuffer buffer = encoder.encode(CharBuffer.wrap(aData));
return buffer.array();
Why don't you use only just this implementation.
aData.getBytes("UTF-8");
Could you tell me why?
Original comment by ashira11
on 8 Nov 2012 at 12:21
Original issue reported on code.google.com by
d...@omniscience.co.il
on 3 Jun 2012 at 1:57