Skip to content

Conversation

Jinjiang
Copy link

  1. Added Hex string supporting for a little requirement from my job works.
    I use a temp format name: x, because I found this format in PHP is H but this program have had H for unsigned short.
    I also write a test script in ./test/hexstring.js
  2. Updated the dev dependencies versions
    The package should doesn't work well in the previous version. So I updated the package info.

Hope to be useful.

Thanks.

Jinjiang added 3 commits June 10, 2013 13:46
…emp term: 'x'

pack('xx', '013E') -> <Buffer 01 3E>
unpack('2x(n)', <Buffer 01 3E>) -> { n: '013e' }
@haosdent
Copy link

+1 But "This pull request contains merge conflicts that must be resolved.", could you rebase it @Jinjiang

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants