Home

Add a comment

 

Avatar: eguardiola

Re: Just released: lz-string

Hi,
Many thanks for lz-string, its working great!!!
I'm using it from GWT. I needed to code this tiny wrapper:
public class LZString {

	public native static String compressToUTF16(String input) /*-{
		return $wnd.LZString.compressToUTF16(input)
	}-*/;

	public native static String decompressFromUTF16(String input) /*-{
		return $wnd.LZString.decompressFromUTF16(input)
	}-*/;

}
Including the lz-string.js file is host page. :-)

Re: Just released: lz-string


Title
Body
HTML : b, strong, i, em, blockquote, br, p, pre, a href="", ul, ol, li, sub, sup
OpenID Login
Name
E-mail address
Website
Remember me Yes  No 

E-mail addresses are not publicly displayed, so please only leave your e-mail address if you would like to be notified when new comments are added to this blog entry (you can opt-out later).

Home