Contains init_string_functions() function
void init_string_functions( string $encoding )
When called this function switches which tangra_str* function to include.
If parameter $encoding is 'utf-8' it loads mb_string versions
This function is normally not used directly by the developers. It is called in boot.inc.php at boot time.