/*! | |
* ws: a node.js websocket client | |
* Copyright(c) 2011 Einar Otto Stangvik <[email protected]> | |
* MIT Licensed | |
*/ | |
exports.Validation = { | |
isValidUTF8: function(buffer) { | |
return true; | |
} | |
}; | |
/*! | |
* ws: a node.js websocket client | |
* Copyright(c) 2011 Einar Otto Stangvik <[email protected]> | |
* MIT Licensed | |
*/ | |
exports.Validation = { | |
isValidUTF8: function(buffer) { | |
return true; | |
} | |
}; | |