Skip to content

Commit d548549

Browse files
committed
1 parent df3d5ec commit d548549

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

generate/lib/functions.inc.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ function xml_read( $xmlSource, $from_file=TRUE )
521521
// chars() converts any text to html with entities
522522

523523

524-
/*function chars ( $plain , $endings=TRUE )
524+
function charsUTF8 ( $plain , $endings=TRUE )
525525
{
526526
$plain = seems_utf8($plain) ? utf8_decode($plain) : $plain;
527527

@@ -535,7 +535,7 @@ function xml_read( $xmlSource, $from_file=TRUE )
535535
if ($endings) $plain = preg_replace( '/\r\n|\r|\n/', '<br />', $plain);
536536

537537
return $plain;
538-
}*/
538+
}
539539

540540
function seems_utf8($Str)
541541
{

0 commit comments

Comments
 (0)