mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 15:17:36 +00:00
Improve source protocol to support all available features
This commit is contained in:
parent
ef0f0075d3
commit
f062e03271
5 changed files with 56 additions and 10 deletions
|
|
@ -1,4 +1,8 @@
|
|||
var Iconv = require('iconv').Iconv;
|
||||
var Iconv = require('iconv').Iconv,
|
||||
Bignum = require('bignum');
|
||||
|
||||
|
||||
|
||||
var Iconv_converters = {};
|
||||
function getIconv(from) {
|
||||
var to = 'utf-8';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue