Skip to content

Commit 82d5f97

Browse files
[CBOR] 編集(コード例の誤記/他
1 parent 46de064 commit 82d5f97

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

CBOR-ja.html

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1096,7 +1096,7 @@
10961096
際立った:distinguishing
10971097
〜に関する事:matter
10981098
表す:signify
1099-
略語:abbreviation
1099+
略記:abbreviation
11001100
~~確証を高める:increase confidence
11011101
下位節:subsection
11021102
緩く:loosely
@@ -7301,7 +7301,7 @@ <h3 title="Encoding Indicators">8.1. 符号化法~指示子</h3>
73017301
]を指示するためとして、[
73027302
`~map$の左~波括弧/`~array$の左~角括弧
73037303
]の後に 1 個の~underscoreを書ける。
7304-
例えば, `[_ 1, 2s]^dg は、[
7304+
例えば, `[_ 1, 2]^dg は、[
73057305
`不定長$な表現が,~data~item [1, 2] を表現するために利用された
73067306
]ことを指示する。
73077307
@@ -7326,8 +7326,9 @@ <h3 title="Encoding Indicators">8.1. 符号化法~指示子</h3>
73267326
`1.5_3^dg は`倍-精度~float$として符号化されたものである。
73277327
この符号化法~指示子は、
73287328
`A§ においては示されない。
7329-
(したがって、
7330-
符号化法~指示子 `_^dg は全部的な形 `_7^dg の略語であり【なぜ?】,利用されないことに注意。)
7329+
(符号化法~指示子 `_^dg は、
7330+
その全部的な形 `_7^dg の略記なので,
7331+
【これらを指示するためとしては】利用されないことに注意。)
73317332
73327333
An underscore followed by a decimal digit n indicates that the preceding item (or, for arrays and maps, the item starting with the preceding bracket or brace) was encoded with an additional information value of 24+n. For example, 1.5_1 is a half-precision floating-point number, while 1.5_3 is encoded as double precision. This encoding indicator is not shown in Appendix A. (Note that the encoding indicator "_" is thus an abbreviation of the full form "_7", which is not used.)
73337334
</p>
@@ -7341,7 +7342,7 @@ <h3 title="Encoding Indicators">8.1. 符号化法~指示子</h3>
73417342
しかしながら,`不定長$な~stringが 0 個の~chunkからなる場合、
73427343
`(_ )^dg は[
73437344
`~byte~string$( `5fff^X )/`~text~string$( `7fff^X )
7344-
どちらが意味されるのか多義的になるので
7345+
どちらが意味されたのか多義的になるので
73457346
この形は利用されない
73467347
— 代わりに,[
73477348
~chunkが無い事例~用に限るものとして予約される基本的な形
@@ -7395,7 +7396,8 @@ <h3 title="CBOR Simple Values Registry">9.1. ~CBOR単純~値~registry</h3>
73957396

73967397
<p>
73977398
範囲 { 0 〜 19 } 内の新たな~entryは、
7398-
`標準~化を通して$ `RFC8126$r アテガわれる。
7399+
`標準~化を通して$アテガわれる
7400+
`RFC8126$r 。
73997401
~IANAが[
74007402
~~連続的な~block(もし在れば【?】)用に より低い【?】~numberを予約する
74017403
]ために[
@@ -7407,7 +7409,7 @@ <h3 title="CBOR Simple Values Registry">9.1. ~CBOR単純~値~registry</h3>
74077409

74087410
<p>
74097411
範囲 { 32 〜 255 } 内の新たな~entryは、
7410-
`仕様が要求され$る下でアテガわれる
7412+
`仕様が要求され$る下でアテガわれる
74117413
【 `RFC8126$r 】。
74127414
74137415
New entries in the range 32 to 255 are assigned by Specification Required.

0 commit comments

Comments
 (0)