HOME
*





Macintosh Latin Encoding
Macintosh Latin is an obsolete character encoding which was used by Kermit (which as of 2022 supports Unicode UTF-8, though not UTF-16) to represent text on the Apple Macintosh (but not by standard Mac OS fonts). It is a modification of Mac OS Icelandic to include all characters in ISO/IEC 8859-1, DEC MCS, the PostScript Standard Encoding, and a Dutch ISO 646 variant (with ÿ or ij being a substitute for ij). Although Macintosh Latin is designed to be compatible with the standard Macintosh Mac OS Roman encoding for the shared subset of characters, the two should not be confused. Layout Each character is shown with its equivalent Unicode code point. Only the second half of the table (code points 128–255) is shown, the first half (code points 0–127) being the same as ASCII. See also * Macintosh Font X encoding, another Mac OS encoding used by Kermit Footnotes References {{Character encoding Character sets Latin Latin (, or , ) is a classical lang ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Kermit (protocol)
Kermit is a computer file transfer/management protocol and a set of communications software tools primarily used in the early years of personal computing in the 1980s. It provides a consistent approach to file transfer, terminal emulation, script programming, and character set conversion across many different computer hardware and operating system platforms. Technical The Kermit protocol supports text and binary file transfers on both full-duplex and half-duplex 8-bit and 7-bit serial connections in a system- and medium-independent fashion, and is implemented on hundreds of different computer and operating system platforms. On full-duplex connections, a sliding window protocol is used with selective retransmission which provides excellent performance and error recovery characteristics. On 7-bit connections, locking shifts provide efficient transfer of 8-bit data. When properly implemented, as in the Columbia University Kermit Software collection, its authors claim performance ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Florin Sign
The florin sign (ƒ) is a symbol that is used for the currencies named florin, also called guilder. The Dutch name for the currency is ''gulden''. The symbol "ƒ" is the lowercase version of Ƒ of the Latin alphabet. In many serif typefaces, it can often be substituted with a normal italic small-letter f ( ). It is used in the following current and obsolete currencies (between brackets their ISO 4217 currency codes): Current: *Aruban florin (AWG) *Netherlands Antillean guilder (ANG) Obsolete: *Dutch guilder (NLG; until 2002) *Surinamese guilder The guilder ( nl, gulden; ISO 4217 code: ''SRG'') was the currency of Suriname until 2004, when it was replaced by the Surinamese dollar. It was divided into 100 cents. Until the 1940s, the plural in Dutch was ''cents'', with ''centen'' appearing ... (SRG; until 2004) * Italian florin (until 1533) {{Currency signs Currency symbols ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Macintosh Font X Encoding
Macintosh Font X is a character encoding which is used by Kermit to represent text on the Apple Macintosh (but not by standard Mac OS fonts). It is a modification of Mac OS Symbol to include all characters in DEC Special Graphics and the DEC Technical Character Set (unifying the ⎷ and √ from the Technical Character Set). Characters at A4, A7, A9, D0, E1, and F1, along with the not sign at D8 are intended to assemble a 3x5 uppercase sigma. See also Macintosh Latin encoding, another Mac OS encoding used by Kermit. Footnotes References {{character encoding Character sets Latin Latin (, or , ) is a classical language belonging to the Italic branch of the Indo-European languages. Latin was originally a dialect spoken in the lower Tiber area (then known as Latium) around present-day Rome, but through the power ...
...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Soft Hyphen
In computing and typesetting, a soft hyphen (ISO 8859: 0xAD, Unicode , HTML: ­ or ­ or ­) or syllable hyphen (EBCDIC: 0xCA), abbreviated SHY, is a code point reserved in some coded character sets for the purpose of breaking words across lines by inserting visible hyphens. Two alternative ways of using the soft hyphen character for this purpose have emerged, depending on whether the encoded text will be broken into lines by its recipient, or has already been preformatted by its originator. Text to be formatted by the recipient The use of SHY characters in text that will be broken into lines by the recipient is the application context considered by the post-1999 HTML and Unicode specifications, as well as some word-processing file formats. In this context, the soft hyphen may also be called a discretionary hyphen or optional hyphen. It serves as an invisible marker used to specify a place in text where a hyphenated break is allowed without forcing a lin ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  




Non-breaking Space
In word processing and digital typesetting, a non-breaking space, , also called NBSP, required space, hard space, or fixed space (though it is not of fixed width), is a space character that prevents an automatic line break at its position. In some formats, including HTML, it also prevents consecutive whitespace characters from collapsing into a single space. Non-breaking space characters with other widths also exist. Uses and variations Despite having layout and uses similar to those of whitespace, it differs in contextual behavior. Non-breaking behavior Text-processing software typically assumes that an automatic line break may be inserted anywhere a space character occurs; a non-breaking space prevents this from happening (provided the software recognizes the character). For example, if the text "100 km" will not quite fit at the end of a line, the software may insert a line break between "100" and "km". An editor who finds this behavior undesirable may choose to use a ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

ASCII
ASCII ( ), abbreviated from American Standard Code for Information Interchange, is a character encoding standard for electronic communication. ASCII codes represent text in computers, telecommunications equipment, and other devices. Because of technical limitations of computer systems at the time it was invented, ASCII has just 128 code points, of which only 95 are , which severely limited its scope. All modern computer systems instead use Unicode, which has millions of code points, but the first 128 of these are the same as the ASCII set. The Internet Assigned Numbers Authority (IANA) prefers the name US-ASCII for this character encoding. ASCII is one of the IEEE milestones. Overview ASCII was developed from telegraph code. Its first commercial use was as a seven-bit teleprinter code promoted by Bell data services. Work on the ASCII standard began in May 1961, with the first meeting of the American Standards Association's (ASA) (now the American National Standards I ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Unicode
Unicode, formally The Unicode Standard,The formal version reference is is an information technology standard for the consistent encoding, representation, and handling of text expressed in most of the world's writing systems. The standard, which is maintained by the Unicode Consortium, defines as of the current version (15.0) 149,186 characters covering 161 modern and historic scripts, as well as symbols, emoji (including in colors), and non-visual control and formatting codes. Unicode's success at unifying character sets has led to its widespread and predominant use in the internationalization and localization of computer software. The standard has been implemented in many recent technologies, including modern operating systems, XML, and most modern programming languages. The Unicode character repertoire is synchronized with Universal Coded Character Set, ISO/IEC 10646, each being code-for-code identical with the other. ''The Unicode Standard'', however, includes more th ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Mac OS Roman
Mac OS Roman is a character encoding created by Apple Computer, Inc. for use by Macintosh computers. It is suitable for representing text in English and several other Western languages. Mac OS Roman encodes 256 characters, the first 128 of which are identical to ASCII, with the remaining characters including mathematical symbols, diacritics, and additional punctuation marks. Mac OS Roman is an extension of the original Macintosh character set, which encoded only 217 characters. Full support for Mac OS Roman first appeared in System 6.0.4, released in 1989, and the encoding is still supported in current versions of macOS, though the standard character encodings are now UTF-8 or UTF-16. Apple modified Mac OS Roman in 1998 with the release of Mac OS 8.5 by replacing the currency sign at position hexadecimal 0xDB with the euro sign, but otherwise the encoding has been unchanged since its release. Character set The following table shows how characters are encoded in Mac OS Roman. ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Code Page 1102
Code page 1102 (CCSID 1102), also known as CP1102 or NL7DEC, is an IBM code page number assigned to the ''Dutch'' variant of DEC's National Replacement Character Set (NRCS). The 7-bit character set was introduced for DEC's computer terminal systems, starting with the VT200 series in 1983, but is also used by IBM for their DEC emulation. It is called DUTCH by Kermit. Although NL7DEC complies with the ISO 646 invariant layout (and is hence a close derivation from ASCII, with only nine code points differing), it is not ISO646-NL, which is otherwise unrelated ( Code page 1019). Code page layout See also *National Replacement Character Set (NRCS) * Code page 1019 References {{Character encoding 1102 Year 1102 (Roman numerals, MCII) was a common year starting on Wednesday (link will display the full calendar) of the Julian calendar. Events By place Levant * Spring – A Fatimid expeditionary force (some 20,000 men) invades Pa ... Dutch language ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Code Page 1019
Code Page 1019 ( CCSID 1019), also known as CP1019, is the code page for the Dutch version of ISO 646. It is roughly equivalent to ASCII, differing only in replacing the tilde with a macron. It should not be confused with the significantly different Code page 1102, which also complies with the ISO 646 invariant structure, and is the Dutch version of DEC's National Replacement Character Set (NRCS). Codepage layout See also * Code page 1102 References {{Character encoding 1019 Year 1019 ( MXIX) was a common year starting on Thursday (link will display the full calendar) of the Julian calendar. Events By place Europe * Sviatopolk I dies, and is succeeded by his brother Yaroslav I (the Wise). He becomes the ... Dutch language ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Dutch Guilder
The guilder ( nl, gulden, ) or florin was the currency of the Netherlands from the 15th century until 2002, when it was replaced by the euro. The Dutch name ''gulden'' was a Middle Dutch adjective meaning "golden", and reflects the fact that, when first introduced in 1434, its value was about equal to (i.e., it was on par with) the Italian gold florin. The Dutch guilder was a ''de facto'' reserve currency in Europe in the 17th and 18th centuries. Between 1999 and 2002, the guilder was officially a "national subunit" of the euro. However, physical payments could only be made in guilders, as no euro coins or banknotes were available. The exact exchange rate, still relevant for old contracts and for exchange of the old currency for euros at the central bank, is 2.20371 Dutch guilders for 1 euro. Inverted, this gives 0.453780 euros for 1 guilder. Derived from the Dutch guilder are the Netherlands Antillean guilder (still in use in Curaçao and Sint Maarten) and the Surinamese gu ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Mac OS Icelandic Encoding
Mac OS Icelandic is an obsolete character encoding that was used in Apple Macintosh computers to represent Icelandic text. It is largely identical to Mac OS Roman, except for the Icelandic special characters Ý, Þ and Ð which have replaced typography characters. IBM uses code page 1286 ( CCSID 1286) for Mac OS Icelandic. Layout Each character is shown with its equivalent Unicode code point. Only the second half of the table (code points 128–255) is shown, the first half (code points 0–127) being the same as ASCII. * Before Mac OS 8.5, the character 0xDB mapped to the currency sign (¤), Unicode character U+00A4. * The character 0xBB maps to fi, Unicode character U+FB01, in the TrueType Mac Icelandic fonts. * The character 0xBC maps to fl, Unicode character U+FB02, in the TrueType Mac Icelandic fonts. * The character 0xF0 is a solid Apple logo Apple Inc. is an American multinational technology company headquartered in Cupertino, California, Unite ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]