Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 0042006500610076006900730000 (0.24 sec)

  1. src/encoding/asn1/asn1_test.go

    		}
    	}
    }
    
    var bmpStringTests = []struct {
    	decoded    string
    	encodedHex string
    }{
    	{"", "0000"},
    	// Example from https://tools.ietf.org/html/rfc7292#appendix-B.
    	{"Beavis", "0042006500610076006900730000"},
    	// Some characters from the "Letterlike Symbols Unicode block".
    	{"\u2115 - Double-struck N", "21150020002d00200044006f00750062006c0065002d00730074007200750063006b0020004e0000"},
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 29 18:24:36 UTC 2023
    - 43.6K bytes
    - Viewed (0)
Back to top