- NAME
- DESCRIPTION
- SYNOPSIS
- USAGE
- guess_encoding($text)
- encode_text($text, $from, $to)
- substr_text($text, $offset, $length)
- wrap_text($text, $columns, $tab_init, $tab_width)
- length_text($text)
- firstn($text, $n)
- first_n_text($text, $n)
- break_up_text($text, $max_length)
- convert_high_ascii($text)
- const($id)
- LICENSE
- AUTHOR & COPYRIGHT
NAME
MT::I18N - Internationalization support for MT
DESCRIPTION
SYNOPSIS
USAGE
guess_encoding($text)
Attempts to determine the character encoding of the given string.
encode_text($text, $from, $to)
Transcodes given string from one encoding to another.
substr_text($text, $offset, $length)
wrap_text($text, $columns, $tab_init, $tab_width)
length_text($text)
firstn($text, $n)
first_n_text($text, $n)
break_up_text($text, $max_length)
convert_high_ascii($text)
const($id)
LICENSE
The license that applies is the one you agreed to when downloading Movable Type.
AUTHOR & COPYRIGHT
Except where otherwise noted, MT is Copyright 2001-2006 Six Apart. All rights reserved.
