Subversion Repositories Applications.bazar

Rev

Rev 456 | Rev 465 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 456 Rev 458
Line 1383... Line 1383...
1383
	return $txt_utf8;
1383
	return $txt_utf8;
Line 1384... Line 1384...
1384
 
1384
 
Line 1385... Line 1385...
1385
}
1385
}
1386
 
1386
 
1387
function encoderEnUtf8($txtEnIso88591) {
1387
function encoderEnUtf8($txtEnIso88591) {
1388
	$txt_utf8 = utf8_encode($txt);
1388
	$txtEnUtf8 = utf8_encode($txtEnIso88591);
Line 1389... Line 1389...
1389
	return $txt_utf8;
1389
	return $txtEnUtf8;
1390
}
1390
}
1391
 
1391