All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy