Skip to content

Instantly share code, notes, and snippets.

@oleander
Created April 2, 2010 11:27
Show Gist options
  • Save oleander/353042 to your computer and use it in GitHub Desktop.
Save oleander/353042 to your computer and use it in GitHub Desktop.
Charset csets = Charset.forName("UTF-8");
ByteBuffer x = csets.encode(plist);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment