Language:
Free Online Dictionary|3Dict

character repertoire

Source : Free On-Line Dictionary of Computing

character repertoire
     
         The set of all {characters} onto which a {coded
        character 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.
     
        (1998-12-17)
Sort by alphabet : A B C D E F G H I J K L M N O P Q R S T U V W X Y Z