Date: 04/05/07 (Code WTF) Keywords: no keywords
private static String makeDigit(byte asciiByte) { return new String(new byte[] { asciiByte }); }
Source: http://community.livejournal.com/code_wtf/77797.html