Search in: Word
Vietnamese keyboard: Off
Virtual keyboard: Show
Computing (FOLDOC) dictionary
character repertoire
Jump to user comments
character The set of all characters onto which a codedcharacter set maps integers (code positions).
For example, consider these two simple coded character sets:
Coded Character Set One:
integer 0 -@# the character "A"
integer 1 -@# the character "B"
Coded Character Set Two:
integer 0 -@# the character "B"
integer 1 -@# the character "A"
Both of these coded character sets map to the characters "A"
and "B", so they have the same character repertoire. But
since the mapping is different (and obviously incompatible),
these are different coded character sets.