Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.24 KB

File metadata and controls

30 lines (17 loc) · 1.24 KB

Welcome to the 'Unicode World'

Introduction

Unicode is a standard for the consistent encoding, representation, and handling of all most all the text in the World. The standard, which is maintained by the Unicode Consortium. In this repository you can find many useful information to understand the 'Unicode' standard well.

Why it is so important to learn 'Unicode'.

You are dealing will many text data every day so having a good understanding of 'Unicode' standard will help you during your programming, etc.

What are the things you will learn.

1 - Unicode Introduction - Part -1

Explaining everything by showing a solution to a common problem -> 'HOW TO PRINT UNICODE IN COMMAND PROMPT'.

After watching the following video, you will get better understanding of following things.

- How is the text data represented in olden days?

- What are the problems faced in olden days while representing text data?

- What is 'Code Page' and what are the famous 'Code Pages’?

- DEMO - How to print Unicode text format in Windows command prompt?

Watch the below video

Watch the video

Repository for Unicode related things