Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
doc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
nodes
common
doc
Commits
e493ddcb
Commit
e493ddcb
authored
6 years ago
by
Éloïs
Browse files
Options
Downloads
Patches
Plain Diff
add NFKC Normalization
parent
71621a27
No related branches found
No related tags found
1 merge request
!8
WIP: WS2P v2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
rfc/0006_ws2p_v2.md
+11
-12
11 additions, 12 deletions
rfc/0006_ws2p_v2.md
with
11 additions
and
12 deletions
rfc/0006_ws2p_v2.md
+
11
−
12
View file @
e493ddcb
...
@@ -77,21 +77,20 @@ Example :
...
@@ -77,21 +77,20 @@ Example :
#### Types notation
#### Types notation
ascii : String formatted in ascii
utf8 : String formatted in utf8 and
[
NFKC normalized
](
https://fr.wikipedia.org/wiki/Normalisation_Unicode#NFKC
)
.
utf8 : String formatted in utf8
u8 : Unsigned 8-bit integer.
u8 : Unsigned 8-bit integer
u16 : Unsigned 16-bit integer.
u16 : Unsigned 16-bit integer
u32 : Unsigned 32-bit integer.
u32 : Unsigned 32-bit integer
u64 : Unsigned 64-bit integer.
u64 : Unsigned 64-bit integer
i8 : Signed 8-bit integer.
i8 : Signed 8-bit integer
i16 : Signed 16-bit integer.
i16 : Signed 16-bit integer
i32 : Signed 32-bit integer.
i32 : Signed 32-bit integer
i64 : Signed 64-bit integer.
i64 : Signed 64-bit integer
[
T; n
]
:
Array
of n elements of type T.
[
T; n
]
:
Array
of n elements of type T
bool : boolean stored on 8 bits (0x00 = false, 0x01 = true, any other value must generate an error).
bool : boolean stored on 8 bits (0x00 = false, 0x01 = true, any other value must generate an error).
0 : Corresponds to data that must be filled with bits to zero (for example padding).
0 : Corresponds to data that must be filled with bits to zero (for example padding).
specific : Corresponds to a non-primitive type, which must be detailed in the RFC.
specific : Corresponds to a non-primitive type, which must be detailed in the RFC.
Blockstamp : BlockNumber(u32) + BlockHash([u8; 32])
Blockstamp : BlockNumber(u32) + BlockHash([u8; 32])
.
#### Endianness
#### Endianness
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment