INTERNATIONALIZATION

Slides:



Advertisements
Similar presentations
Computer Codes Rohit Khokher. Computer Codes Data types NumericNonnumeric IntegerRealAlphabet A, B, C, …,Z a, b, c,…,z Digits 0,…,9 Special Characters.
Advertisements

Computer Science Basics CS 216 Fall Operating Systems interface to the hardware for the user and programs The two operating systems that you are.
Using Binary Coding Information Remember  Bit = 0 or 1, Binary Digit  Byte = the number of bits used to represent letters, numbers and special characters.
Using Binary Coding Information Remember  Bit = 0 or 1, Binary Digit  Byte = the number of bits used to represent letters, numbers and special characters.
Representing Information as Bit Patterns
1. Discrete / Continuous Representations Of numbers – binary & decimal Bits Hexadecimal - 'Hex' Representing text Bits and Bytes.
Overview Digital Systems and Computer Systems Number Systems [binary, octal and hexadecimal] Arithmetic Operations Base Conversion Decimal Codes [BCD (binary.
Chapter 8_2 Bits and the "Why" of Bytes: Representing Information Digitally.
Data Representation in Computers
Data Representation (in computer system) Computer Fundamental CIM2460 Bavy LI.
Bits and Bytes.
CIS 234: Character Codes Dr. Ralph D. Westfall April, 2011.
2.1.4 BINARY ASCII CHARACTER SETS A451: COMPUTER SYSTEMS AND PROGRAMMING.
CHARACTERS Data Representation. Using binary to represent characters Computers can only process binary numbers (1’s and 0’s) so a system was developed.
Dale & Lewis Chapter 3 Data Representation
Sophia Antipolis, September 2006 Multilinguality, localization and internationalization Miruna Bădescu Finsiel Romania.
Chapter 3 Representing Numbers and Text in Binary Information Technology in Theory By Pelin Aksoy and Laura DeNardis.
Representing text Each of different symbol on the text (alphabet letter) is assigned a unique bit patterns the text is then representing as.
Binary Numbers and ASCII and EDCDIC Mrs. Cueni. Data Representation  Human speech is analog because it uses continuous signals (waves) that vary in strength.
Bits, Nybbles, Bytes, numbers and characters
Computer System Basics 1 Number Systems & Text Representation Computer Forensics BACS 371.
Chapter 4: Representation of data in computer systems: Characters OCR Computing for GCSE © Hodder Education 2011.
Globalisation & Computer systems Week 4 writing systems and their implications for globalisation character representation ASCII extended ASCII code pages.
Binary Arithmetic & Data representation
Information Representation. Reading and References Reading - Computer Organization and Design, Patterson and Hennessy Chapter 2, sec. 2.4, 2.9 (first.
HOW COMPUTERS MANIPULATE DATA Chapter 1 Coming up: Analog vs. Digital.
Character Encoding, F onts. Overview Why do character encoding and fonts matter to linguists? How can you identify problems? Why do these problems arise?
Coding of Information Assign a unique string of binary digits to each piece of information There are many standard coding groups –Decimal Codes (BCD –
1 3 Computing System Fundamentals 3.5 Data Representation.
Computer System Basics 1 Number Systems & Text Representation Computer Forensics BACS 371.
More Binary How does a computer represent everything using just zeros and ones?
Data Files on Computers Text Files (ASCII) Files that can be created by typing on the keyboard while using a text editor such as notepad or TextEdit.
THE BINARY NUMBER SYSTEM “There are only 10 types of people in this world: Those who understand BINARY and those who do not.”
The character data type char. Character type char is used to represent alpha-numerical information (characters) inside the computer uses 2 bytes of memory.
Representation of Characters
1 Problem Solving using Computers “Data....Representation, and Storage.
IT11004: Data Representation and Organization Floating Point Representation.
Characters CS240.
DATA REPRESENTATION 4 Y. Colette Lemard February 2009.
Representing Characters in a Computer System Representation of Data in Computer Systems.
Nguyen Le CS147.  2.4 Signed Integer Representation  – Signed Magnitude  – Complement Systems  – Unsigned Versus Signed Numbers.
CS 101 – Sept. 11 Review linear vs. non-linear representations. Text representation Compression techniques Image representation –grayscale –File size issues.
1.4 Representation of data in computer systems Character.
Lecture Coding Schemes. Representing Data English language uses 26 symbols to represent an idea Different sets of bit patterns have been designed to represent.
1 Non-Numeric Data Representation V1.0 (22/10/2005)
Nat 4/5 Computing Science Data Representation Lesson 3: Storing Text
DATA REPRESENTATION - TEXT
Data Representation.
Unit 2.6 Data Representation Lesson 2 ‒ Characters
Lesson Objectives Aims You should be able to:
Binary Numbers and ASCII and EDCDIC
How does a computer represent everything using just zeros and ones?
Representing Information as bit patterns
Data Encoding Characters.
TOPICS Information Representation Characters and Images
Data Representation ASCII.
Lecture 3 ISE101: Computing Fundamentals
Representing Characters
Data Representation Question: Characters
How does a computer represent everything using just zeros and ones?
Computers & Programming Languages
Digital Representation
Unit 6 part 2 Test Javascript Test.
Learning Intention I will learn how computers store text.
Abstraction – Number Systems and Data Representation
Week 12 – International Business Systems
IT11004: Data Representation and Organization
ASCII LP1.
Lecture 36 – Unit 6 – Under the Hood Binary Encoding – Part 2
ASCII and Unicode.
Presentation transcript:

INTERNATIONALIZATION

Objective – Reducing time and effort required to make a software product support multiple languages. Language is a tool used for communication- focuses on human languages ( such as Japanese, English , French ) Not on computer languages ( java, C and C++ ) For the same language, the spoken usage, word usage, and grammar could vary from country to country. ( characters and alphabets remain the same) Ex: US English : Color UK English : Colour

Character set Standards - used to represent characters of different languages in the computer. ASCII- It is a byte representation for characters ( 8 bits ) used in computer. It uses 7 bits to represent all characters that are used in computers. Using this method ( 2 power 7 = 128 ) characters are represented in binary. Later it uses 8 characters ( 2 power 8 =256 ) Extended ASCII- ENGLISH like ASCII characters which have special meaning in European and western languages. Double byte character set It uses two bytes for each character ( Chinese and Japanese )

Unicode provides a unique number to every character no matter what platform, program or languages. It uses fixed width – all software applications and platforms are moving towards Unicode. Unicode ASCII or DBCS are sufficient to encode all the characters of a single language. They are not sufficient to represent all the characters of all the languages in the world.

LOCALE Commercial software not only needs to remember the languages but also the country in which it is spoken. Two countries speaking the same language