• The real buffer size is 2 bytes longer, because all strings are 0 terminated. (openoffice.org)
  • Assumes source bytes are encoded using a superset of US-ASCII as per RFC 7230. (apache.org)
  • default = 1) * @linebuf: where to put the converted data * @linebuflen: total size of @linebuf, including space for terminating NUL * @ascii: include ASCII after the hex output * * hex_dump_to_buffer() works on one 'line' of output at a time, i.e., - * 16 or 32 bytes of input data converted to hex + ASCII output. (kernel.org)
  • 16, 32 or 64 bytes of input data converted to hex + ASCII output. (kernel.org)
  • For example, some people might use Google's Protocol Buffers or another serialisation scheme to encode program objects into bytes and then stuff those into an MQTT payload. (mail-archive.com)
  • functions accept Unicode strings containing only ASCII characters. (python.org)
  • module contains a number of methods to convert between binary and various ASCII-encoded binary representations. (python.org)
  • Convert binary data to a line of ASCII characters, the return value is the converted line, including a newline char. (python.org)
  • Convert binary data to a line of ASCII characters in base64 coding. (python.org)
  • Convert binary data to a line(s) of ASCII characters in quoted-printable encoding. (python.org)
  • Convert binhex4 formatted ASCII data to binary, without doing RLE-decompression. (python.org)
  • A handy little utility that lets you convert your current Clipboard (copy/paste buffer) text from rich, into ASCII plaintext. (github.com)
  • That can also be an advantage: you can use the full range of registers to get multiple copy buffers between editors, which the system clipboard doesn't provide. (stackexchange.com)
  • 4. Various buffers for ASCII representations of integers were too small on 64 bit platforms. (mandriva.com)
  • Returns the current capacity of the String buffer. (openoffice.org)
  • the current capacity of this string buffer. (openoffice.org)
  • The new capacity will be at least as large as the maximum of the current length (so that no contents of the buffer is destroyed) and the given minimumCapacity. (openoffice.org)
  • However, in this particular program it does encode an ASCII text string, so in that sense it IS very much a text string, and Python makes it easy to treat it as one. (mail-archive.com)
  • buffers only if the user copy/pastes text from some 'unusual' buffer. (gnu.org)
  • In your case, it is ASCII text (a perfectly valid option). (mail-archive.com)
  • All MMWR HTML versions of articles are electronic conversions from ASCII text into HTML. (cdc.gov)
  • Fill the string data in the new string and clear the buffer. (openoffice.org)
  • Given a buffer of u8 data, hex_dump_to_buffer() converts the input data * to a hex + ASCII dump at the supplied memory location. (kernel.org)
  • Returns the length (character count) of this string buffer. (openoffice.org)
  • Returns the character at a specific index in this string buffer. (openoffice.org)
  • the character at the specified index of this string buffer. (openoffice.org)
  • non-ASCII character, like Cyrillic. (gnu.org)
  • and entering the ASCII character whenever I'm using an unknown keyboard configuration and want to type a special character. (superuser.com)
  • Display the result of the accumulator as a ASCII character from the ASCII decimal value. (esolangs.org)
  • The cgetset() function enables the addition of a character buffer containing a single capability record entry to the capability database. (unix.com)
  • Perform hexbin4 binary-to-ASCII translation and return the resulting string. (python.org)
  • Constructs a string buffer with no characters in it and an initial capacity of 16 characters. (openoffice.org)
  • Allocates a new string buffer that contains the same sequence of characters as the string buffer argument. (openoffice.org)
  • Constructs a string buffer so that it represents the same sequence of characters as the string argument. (openoffice.org)
  • the string previously contained in the buffer. (openoffice.org)
  • the number of characters in this string buffer. (openoffice.org)
  • Sets the length of this String buffer. (openoffice.org)
  • and less than the length of this string buffer. (openoffice.org)
  • String buffer at end of memory. (massmind.org)
  • Display the buffer as a string of ASCII characters from the ASCII decimal values. (esolangs.org)
  • Dont use stupid macro version of WriteConsole to write ASCII string. (bitbucket.org)
  • A vulnerability in X11 on AIX could allow a non-privileged local user to cause a buffer overflow that could result in a denial of service or arbitrary code execution (CVE-2022-47990). (ibm.com)
  • Linux-Kernel Archive: Re: User app corrupting buffer cache. (indiana.edu)
  • Re: User app corrupting buffer cache. (indiana.edu)
  • The cgetent() function will first look for files ending in .db (see cap_mkdb(1) ) before access- ing the ASCII file. (unix.com)
  • Is there a version of keycode_to_ascii in Allegro 5? (allegro.cc)
  • ASCII version of the journal does not contain figures. (cdc.gov)
  • Thus, some of the characters in your buffer might not be printable using the fonts built into your printer. (gnu.org)
  • is for printers which have the fonts for ASCII, Latin-1, Japanese, and Korean characters built into them. (gnu.org)
  • instructs the printer to use built-in fonts for ASCII and Latin-1 characters, and Intlfonts BDF fonts for the rest. (gnu.org)
  • Display the buffer as a series of ASCII characters from the ASCII decimal values. (esolangs.org)
  • The conversion will modify the original buffer. (apache.org)
  • This method assumes US-ASCII encoding. (apache.org)
  • This is very common for a program source to be ASCII-only. (gnu.org)
  • There are three main pieces to this program: the donut, the checkerboard, and the ASCII logo. (ioccc.org)
  • is causing the buffer cache to be corrupted. (indiana.edu)
  • The default behaviour of hexdump is unchanged, however, the prototype for hex_dump_to_buffer() has changed, and print_hex_dump() has been renamed to print_hex_dump_ext(), with a wrapper replacing it for compatibility with existing code, which would have been too invasive to change. (kernel.org)
  • In the general sense, copying and pasting code snippets and errors from logs, etc. is a tricky problem to traverse the buffer across systems, when a terminal multiplexer is involved, and this is usually achieved by copying via the terminal emulator's own selection feature and use the client's OS's paste buffer. (stackexchange.com)
  • Store the result of the accumulator in a buffer. (esolangs.org)
  • And when having pure ASCII with L2R mark leakage into it, I can't save under any 8-bit encoding (well, iso-8859-8 would work, but who is going to be able to read it? (gnu.org)
  • and other objects that support the buffer protocol). (python.org)
  • 2. Formatting The stream library actually performs two unrelated tasks: formatting and buffering. (horstmann.com)