Open
Description
Currently this library is encoding any characters outside the printable range. This is incorrect. It needs to only encode what is required by the RFC spec. Need to review what to do on platforms that cannot handle UTF-8? Did a quick test on jBase and removing the high encoding did make utf-8 work correctly.