mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-08 02:24:26 +00:00
remove unused methods in unicode.
This commit is contained in:
@@ -1541,17 +1541,7 @@ class unicode
|
||||
]
|
||||
];
|
||||
|
||||
protected $endCharacters_utf8 = "\t\r\n !\"#\$%&'()+,-./:;<=>@[\]^_`{|}~£§¨°";
|
||||
|
||||
public function get_indexer_bad_chars()
|
||||
{
|
||||
return $this->endCharacters_utf8;
|
||||
}
|
||||
|
||||
public function has_indexer_bad_char($string)
|
||||
{
|
||||
return mb_strpos($this->endCharacters_utf8, $string);
|
||||
}
|
||||
protected $endCharacters_utf8 = "\t\r\n !\"#\$%&'()+,-./:;<=>@[\\]^_`{|}~£§¨°";
|
||||
|
||||
/**
|
||||
* Converts a string
|
||||
|
Reference in New Issue
Block a user