| | array(int &getCharsetTable(
$desired 
) | 
 | 
 
	Return a mapping for the given character set.
			Parameters:
			
	
	API Tags:
  
    | Return: | => character, ...) | 
		
		
	
 
	
    | | void phpUtf8Strcut(
$string, 
$start, 
$length 
) | 
 | 
 
	A multibyte safe PHP implementation of mb_strcut for UTF-8.
This is going to be a whole lot slower than mb_strcut, so we should use that instead,  whenever we can.
			Parameters:
			
					|  | $string: |  | 
					|  | $start: |  | 
					|  | $length: |  | 
				
	
	API Tags:
  
    | See: | GalleryCoreApi::utf8Strcut | 
		
		
	
 
	
    | | void phpUtf8Substring(
$string, 
$start, 
$length 
) | 
 | 
 
	A multibyte safe PHP implementation of mb_substr for UTF-8.
This is going to be a whole lot slower than mb_substr, so we should use that instead,  whenever we can.
			Parameters:
			
					|  | $string: |  | 
					|  | $start: |  | 
					|  | $length: |  | 
				
	
	API Tags:
  
    | See: | GalleryCoreApi::utf8Substring |