org.xins.common.text
Class WhislEncoding

java.lang.Object
  extended byorg.xins.common.text.WhislEncoding

Deprecated. Deprecated since XINS 1.4.0. Use class URLEncoding instead.

public final class WhislEncoding
extends Object

Whisl encoding utility functions. This class currently only supports encoding.

The Whisl encoding is similar to URL encoding, but specifically meant to support the complete Unicode character set.

The following transformations should be applied when decoding:

Since:
XINS 1.0.0
Version:
$Revision: 1.22 $ $Date: 2006/08/28 09:12:31 $
Author:
Ernst de Haan

Method Summary
static String encode(String s)
          Deprecated. Whisl-encodes the specified character string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

encode

public static String encode(String s)
                     throws IllegalArgumentException
Deprecated. 
Whisl-encodes the specified character string.

Parameters:
s - the string to Whisl-encode, not null.
Returns:
Whisl-encoded version of the specified character string, never null.
Throws:
IllegalArgumentException - if s == null


See http://www.xins.org/.