News

This program was originally written to identify strange UTF-8 characters in e-mail messages. Success was mixed because of the number of steps required: copy and paste unknown characters as text, ...
According to PoorMan's Profiler, pmp and it's java version, jpmp, are created. pmp relies on gdb to sample the stack frames of all threads, and jpmp relies on jstack from jdk to sample the java stack ...
Character.getNumericValue(aChar) will let me convert a char into an int. I want to know how I can reverse the process and get a char from an integer? Thanks ...