На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:
общая лексика
кодовая страница
каждая кодовая страница имеет собственный номер и определяет кодировку (в частности, для выводимых на экран сообщений) для отдельного национального языка или группы родственных языков
синоним
Смотрите также
['peidʒbɔi]
существительное
общая лексика
длинная женская стрижка «под пажа» (типа каре)
длинная женская стрижка 'под пажа'
синоним
Смотрите также
['kɪdɪkrɑ:ft]
общая лексика
"Киддикрафт" (фирменное название пластмассовых и деревянных игрушек компании "Хестэр" [Hestair])
общая лексика
базовая (исходная, начальная, главная) [Web-] страница
название первой страницы сайта, с которой начинается его просмотр в WWW. В общем случае, в любой гипертекстовой системе документ имеет начальную точку входа
синоним
[,peɪdʒ'θri:gə:l]
общая лексика
"девушка с 3-й страницы" (фотография обнажённой красотки)
такие фотографии в течение долгого времени помещались на 3-й странице газеты "Сан" [Sun]
In computing, a code page is a character encoding and as such it is a specific association of a set of printable characters and control characters with unique numbers. Typically each number represents the binary value in a single byte. (In some contexts these terms are used more precisely; see Character encoding § Character sets, character maps and code pages.)
The term "code page" originated from IBM's EBCDIC-based mainframe systems, but Microsoft, SAP, and Oracle Corporation are among the vendors that use this term. The majority of vendors identify their own character sets by a name. In the case when there is a plethora of character sets (like in IBM), identifying character sets through a number is a convenient way to distinguish them. Originally, the code page numbers referred to the page numbers in the IBM standard character set manual, a condition which has not held for a long time. Vendors that use a code page system allocate their own code page number to a character encoding, even if it is better known by another name; for example, UTF-8 has been assigned page numbers 1208 at IBM, 65001 at Microsoft, and 4110 at SAP.
Hewlett-Packard uses a similar concept in its HP-UX operating system and its Printer Command Language (PCL) protocol for printers (either for HP printers or not). The terminology, however, is different: What others call a character set, HP calls a symbol set, and what IBM or Microsoft call a code page, HP calls a symbol set code. HP developed a series of symbol sets, each with an associated symbol set code, to encode both its own character sets and other vendors’ character sets.
The multitude of character sets leads many vendors to recommend Unicode.