Computer Science
What do you understand by code point ?
Number System
14 Likes
Answer
Code point refers to a code from a code space that represents a single character from the character set represented by an encoding scheme. For example, 0x41 is one code point of ASCII that represents character 'A'.
Answered By
8 Likes