Lines Matching full:characters
28 ASN1_STRING_print_ex(). It replaces unprintable characters (other than CR, LF)
43 Various characters can be escaped. If B<ASN1_STRFLGS_ESC_2253> is set the characters
45 characters are escaped. If B<ASN1_STRFLGS_ESC_MSB> is set characters with the
52 using exactly four characters for the hex representation. If it is 32 bits then
53 "\WXXXXXXXX" is used using eight characters of its hex representation. These forms
56 Printable characters are normally escaped using the backslash '\' character. If
58 double quote characters: this is arguably more readable than the backslash
59 notation. Other characters use the "\XX" using exactly two characters of the hex
62 If B<ASN1_STRFLGS_UTF8_CONVERT> is set then characters are converted to UTF8
64 option will correctly display multi byte characters.
95 characters written or -1 if an error occurred.