|  | @@ -438,7 +438,7 @@ STRUCTURE(laBaseNode){
 | 
	
		
			
				|  |  |  #define LA_UNAVAILABLE_NAME "- Unknown -"
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  uint32_t laToUnicode(const unsigned char* ch, int* advance);
 | 
	
		
			
				|  |  | -int laToUTF8(const uint32_t ch, char* out, char** next);
 | 
	
		
			
				|  |  | +int laToUTF8(const uint32_t ch, unsigned char* out, unsigned char** next);
 | 
	
		
			
				|  |  |  int strToUnicode(uint32_t* target, unsigned char* const src);
 | 
	
		
			
				|  |  |  int strToUTF8(unsigned char* target, uint32_t* const src);
 | 
	
		
			
				|  |  |  int strlenU(uint32_t* const str);
 |