Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for InvalidUTF8Error (0.24 sec)

  1. src/encoding/json/encode.go

    }
    
    // Before Go 1.2, an InvalidUTF8Error was returned by [Marshal] when
    // attempting to encode a string value with invalid UTF-8 sequences.
    // As of Go 1.2, [Marshal] instead coerces the string to valid UTF-8 by
    // replacing invalid bytes with the Unicode replacement rune U+FFFD.
    //
    // Deprecated: No longer used; kept for compatibility.
    type InvalidUTF8Error struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:18:55 UTC 2024
    - 36.2K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Compact", Func, 0},
    		{"Decoder", Type, 0},
    		{"Delim", Type, 5},
    		{"Encoder", Type, 0},
    		{"HTMLEscape", Func, 0},
    		{"Indent", Func, 0},
    		{"InvalidUTF8Error", Type, 0},
    		{"InvalidUTF8Error.S", Field, 0},
    		{"InvalidUnmarshalError", Type, 0},
    		{"InvalidUnmarshalError.Type", Field, 0},
    		{"Marshal", Func, 0},
    		{"MarshalIndent", Func, 0},
    		{"Marshaler", Type, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  3. api/go1.16.txt

    pkg debug/gosym, method (*LineTable) PCToLine //deprecated
    pkg encoding/csv, type Reader struct, TrailingComma //deprecated
    pkg encoding/csv, var ErrTrailingComma //deprecated
    pkg encoding/json, type InvalidUTF8Error //deprecated
    pkg encoding/json, type UnmarshalFieldError //deprecated
    pkg go/build, const AllowBinary //deprecated
    pkg go/doc, type Package struct, Bugs //deprecated
    pkg go/importer, func For //deprecated
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  4. api/go1.txt

    pkg encoding/json, method (*UnsupportedValueError) Error() string
    pkg encoding/json, type Decoder struct
    pkg encoding/json, type Encoder struct
    pkg encoding/json, type InvalidUTF8Error struct
    pkg encoding/json, type InvalidUTF8Error struct, S string
    pkg encoding/json, type InvalidUnmarshalError struct
    pkg encoding/json, type InvalidUnmarshalError struct, Type reflect.Type
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top