Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supported Hex string: 'x' #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Supported Hex string: 'x' #2

wants to merge 3 commits into from

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