UTF : Unicode Transformation Format.
Visit my Youtube channel and see how you could get a string and display that string by C Programming.
The Unicode Consortium develops the Unicode Standard. Their goal is to replace the existing character sets with its standard Unicode Transformation Format (UTF).
The Unicode Standard has become a success and is implemented in HTML, XML, Java, JavaScript, E-mail, ASP, PHP, etc. The Unicode standard is also supported in many operating systems and all modern browsers.
The Unicode Consortium cooperates with the leading standards development organizations, like ISO, W3C, and ECMA.
UTF-8: A Character in UTF-8 can be from 1 to 4 bytes long. UTF-8 can represnt any character in the Unicode standard. UTF-8 is backwards compitable with ASCII. UTF-8 is the preferred encoding for e-mail and web pages.
Visit my Youtube channel and see how you could get a string and display that string by C Programming.