Message9667

Author zyasoft
Recipients amak, fwierzbicki, pekka.klarck, zyasoft
Date 2015-03-17.14:22:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426602129.82.0.805140741998.issue1841@psf.upfronthosting.co.za>
In-reply-to
Content
Closing out - it's an interesting question of supporting bytes instead of unicode (msg9430), but Java natively wants unicode.

We might be able to support this with JNR in the future, but note that currently JNR returns String as well, not byte[] - https://github.com/jnr/jnr-posix/blob/master/src/main/java/jnr/posix/LazyPOSIX.java#L332
History
Date User Action Args
2015-03-17 14:22:09zyasoftsetmessageid: <1426602129.82.0.805140741998.issue1841@psf.upfronthosting.co.za>
2015-03-17 14:22:09zyasoftsetrecipients: + zyasoft, fwierzbicki, amak, pekka.klarck
2015-03-17 14:22:09zyasoftlinkissue1841 messages
2015-03-17 14:22:09zyasoftcreate