Difference between revisions of "Template:GB18030/pointer"
Jump to navigation
Jump to search
imported>HarJIT |
imported>HarJIT |
||
| Line 1: | Line 1: | ||
| − | {{hexadecimal| {{#expr: floor({{{1| | + | {{hexadecimal| {{#expr: floor({{{1|9351}}} / 12600) + 129 }} |no}} <!-- |
| − | -->{{hexadecimal| {{#expr: floor(({{{1| | + | -->{{hexadecimal| {{#expr: floor(({{{1|9351}}} MOD 12600) / 1260) + 48 }} |no}} <!-- |
| − | -->{{hexadecimal| {{#expr: floor(({{{1| | + | -->{{hexadecimal| {{#expr: floor(({{{1|9351}}} MOD 1260) / 10) + 129 }} |no}} <!-- |
| − | -->{{hexadecimal| {{#expr: ({{{1| | + | -->{{hexadecimal| {{#expr: ({{{1|9351}}} MOD 10) + 48 }} |no}} <!-- |
--><noinclude>{{documentation}}</noinclude> | --><noinclude>{{documentation}}</noinclude> | ||
Revision as of 18:35, 17 August 2020
81 37 B6 31
Internal use template used in the process of generating a four-byte GB 18030 code which encodes a a Basic Multilingual Plane code. Used by Template:GB18030/BMP. Not needed by Template:GB18030/astral.
Usage
Takes one argument: a decimal number n referring to the nth possible GB 18030 four-byte code counting from 0 (what the WHATWG calls an index gb18030 ranges pointer).
| The above documentation is transcluded from Template:GB18030/pointer/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |