com.github.downgoon.jresty.commons.security.UnicodeCodec Maven / Gradle / Ivy
The newest version!
package com.github.downgoon.jresty.commons.security;
public class UnicodeCodec {
public static String encode(final String plain) {
StringBuffer r = new StringBuffer();
int i = 0;
while(i