projects
/
buffer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1623b4
)
Remove unimplemented encoding types
author
Feross Aboukhadijeh
<feross@feross.org>
Sat, 28 Dec 2013 07:25:21 +0000
(23:25 -0800)
committer
Feross Aboukhadijeh
<feross@feross.org>
Sat, 28 Dec 2013 07:25:21 +0000
(23:25 -0800)
index.js
patch
|
blob
|
history
diff --git
a/index.js
b/index.js
index 0845da6250e5f3e8ed550e8e4ff12bb836458257..950aca901ff1ca27b3ef53aced6b5535bc51d985 100644
(file)
--- a/
index.js
+++ b/
index.js
@@
-101,10
+101,6
@@
Buffer.isEncoding = function(encoding) {
case 'ascii':
case 'binary':
case 'base64':
- case 'ucs2':
- case 'ucs-2':
- case 'utf16le':
- case 'utf-16le':
case 'raw':
return true