From: Jason Date: Tue, 21 Jun 2022 23:50:01 +0000 (-0500) Subject: Remove unused function that broke pages. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=8726754cb10f5c8db09f7012574450907af97cfa;p=semanticscuttle.git Remove unused function that broke pages. --- diff --git a/src/SemanticScuttle/utf8.php b/src/SemanticScuttle/utf8.php index 9ef8113..810c50c 100644 --- a/src/SemanticScuttle/utf8.php +++ b/src/SemanticScuttle/utf8.php @@ -41,18 +41,6 @@ function utf8_decodeFN($file){ return $file; } -/** - * Checks if a string contains 7bit ASCII only - * - * @author Andreas Gohr - */ -function utf8_isASCII($str){ - for($i=0; $i127) return false; - } - return true; -} - /** * Tries to detect if a string is in Unicode encoding *