utf8 – POFTUT

Unicode (UTF-8) Charset

Unicode (UTF-8) Charset

Unicode character set which is also known as UTF-8 is developed by the Unicode Consortium. The standard for the Unicode charset and its subsets is named Unicode standard. Over the years a lot of different character sets are developed by different entities. This has created a mess where compatibility and portability are very low. So … Read more

“Perl warning Setting locale failed” Error and Solution In Linux

All operating systems uses some locale settings to properly interpret language related data. In Linux this settings are called as locale and used even without GUI or desktop environment. They are generally configured during installation of the operating system but also changed after installation. “Perl warning Setting locale failed” is mostly occurring error after installation. Which … Read more

What Is ASCII Code and Table?

What Is ASCII Code and Table?

Computers work with binary math. This means 0 and 1 but how can we get output like pictures, sound, decimal numbers. These 0’s and 1’s are converted into decimal and another type of data. One of the most used convert types is ASCII. American Standard Code for International Interchange ASCII is an acronym for American … Read more