\uctc

UCTC - The Unicode Transcoder

Converts between various flavours of Unicode representations like UCS-4 or UTF-8
Supported schemes:
- UCS-4 Little Endian / Big Endian / Array (partially)
- UTF-16 Little Endian / Big Endian (not yet)
- UTF-8
- UTF-7
- UTF-7 IMAP (modified UTF-7)

Synopsis

class uctc {
}

Members

private

  • $allow_overlong
  • $mechs
  • $safe_char
  • $safe_mode

Methods

private

public

  • convert() — The actual conversion routine