diff options
| author | Tomoyuki Sahara <[email protected]> | 2017-06-07 11:09:43 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-06-07 11:09:43 +0900 |
| commit | 383a9c79e191d524a9a2b4107cc5043ecbf6190b (patch) | |
| tree | a570b7ef29e6ced72d3d8a577af36cfbd1ffbd5d /README.md | |
| parent | 7e014efe45ac7c8f5a0418b6f180634d33e0a9dd (diff) | |
| parent | 0dbd1d59926da2b52ae7e52388d3cf0199905d53 (diff) | |
| download | mruby-383a9c79e191d524a9a2b4107cc5043ecbf6190b.tar.gz mruby-383a9c79e191d524a9a2b4107cc5043ecbf6190b.zip | |
Merge pull request #13 from ksss/unpack-utf8
Support unpack template "U"
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,6 +38,7 @@ There is no dependency on other mrbgems. - q : 64-bit signed, native endian (`int64_t`) - S : 16-bit unsigned, native endian (`uint16_t`) - s : 16-bit signed, native endian (`int16_t`) + - U : UTF-8 character - V : 32-bit unsigned, VAX (little-endian) byte order - v : 16-bit unsigned, VAX (little-endian) byte order - x : null byte |
