例文
- もっと例文: 1 2
- Some of these encodings are uuencoding, Ascii85, kermit and MIME's Base64.
- The maximum transfer line correction mode of MSLP uses five characters to transmit four characters that use only printable 7-bit ASCII codes ( Ascii85 ).
- When encoding, each group of 4 bytes is taken as a 32-bit binary number, most significant byte first ( Ascii85 uses a big-endian convention ).
- One disadvantage of Ascii85 is that encoded data may contain escape characters such as backslash and quote, which have special meaning in many programming languages and in some text-based protocols.
- One potential compatibility issue of Ascii85 is that'single'and " double " quotation marks, brackets, and ampersands ( & ) cannot be used unescaped in markup languages like XML or SGML.