×
This package can manipulate UTF-8 text strings in pure PHP. It performs several types of functions to manipulate text strings encoded using UTF-8 that can ...
It can take as parameter a string that has latin characters with accents and cedillas but were encoded twice as utf8. The class replaces the double encoded ...
This class is meant to convert text encoded as single byte string encodings such as CP1251 to UTF-8 multibyte format and vice versa.
This class can validate and repair strings in UTF-8 encoding. It takes a text string and checks if the characters are valid in UTF-8.
This class can convert a CSV file to have data in UTF-8 encoding. It takes the name of a file with data in CSV format, detects the encoding of the text data ...
This class can convert string from UTF-8 to Windows1250 character set encoding. It is a simple class that can take as parameter a string encoded in UTF-8 ...
Mostly we are using UTF-8 encoding in our projects and it's working, but if you need to process third party data maybe with unknown encoding it can be ...
This class can be used to manipulate text with Unicode encodings. It can perform several types of operations that involve text strings encoded as UTF-8, ...
This package can manipulate UTF-8 text strings in pure PHP. It performs several types of functions to manipulate text strings encoded using UTF-8 that can work ...