From professional translators, enterprises, web pages and freely available translation repositories.
sami(synchronized accessible media interchange)
synchronized accessible media interchange
Last Update: 2006-09-06
Usage Frequency: 1
Quality:
this function encodes the string data to utf-8, and returns the encoded version. utf-8 is a standard mechanism used by unicode for encoding wide character values into a byte stream. utf-8 is transparent to plain ascii characters, is self-synchronized (meaning it is possible for a program to figure out where in the bytestream characters start) and can be used with normal string comparison functions for sorting and such. php encodes utf-8 characters in up to four bytes, like this:
utf-8 is transparent to plain ascii characters, is self-synchronized (meaning it is possible for a program to figure out where in the bytestream characters start) and can be used with normal string comparison functions for sorting and such.
Last Update: 2011-10-24
Usage Frequency: 1
Quality: