aboutsummaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/golang.org/x/text/encoding/internal/identifier/identifier.go
diff options
context:
space:
mode:
Diffstat (limited to 'Godeps/_workspace/src/golang.org/x/text/encoding/internal/identifier/identifier.go')
-rw-r--r--Godeps/_workspace/src/golang.org/x/text/encoding/internal/identifier/identifier.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/Godeps/_workspace/src/golang.org/x/text/encoding/internal/identifier/identifier.go b/Godeps/_workspace/src/golang.org/x/text/encoding/internal/identifier/identifier.go
index cfb13547c..2a2da0ef2 100644
--- a/Godeps/_workspace/src/golang.org/x/text/encoding/internal/identifier/identifier.go
+++ b/Godeps/_workspace/src/golang.org/x/text/encoding/internal/identifier/identifier.go
@@ -70,7 +70,8 @@ const (
// Unofficial marks the start of encodings not registered by IANA.
Unofficial MIB = 10000 + iota
- // TODO: add Replacement?
+ // Replacement is the WhatWG replacement encoding.
+ Replacement
// XUserDefined is the code for x-user-defined.
XUserDefined