Module:Unicode data/doc

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Usage[edit source]

This module provides functions that access information on Unicode code points. The information is retrieved from data modules generated from the Unicode Character Database, or derived by rules given in the Unicode Specification. It and its submodules were copied from English Wiktionary and then modified; see there for more information.

Parameters and functions[edit source]

code point[edit source]

The code point is to be entered as hexadecimal value. For example, Page Template:Mono/styles.css has no content.U+00A9 © COPYRIGHT SIGN:

Page Template:Mono/styles.css has no content.|A9hex
Page Template:Mono/styles.css has no content.|0xA9hex
Page Template:Mono/styles.css has no content.|0x00A9hex
Page Template:Mono/styles.css has no content.|0x00a9hex
{{#invoke:Unicode data|lookup|name|0x00A9}} → COPYRIGHT SIGN

Incorrect or unintended results:

Page Template:Mono/styles.css has no content.169dec: {{#invoke:Unicode data|lookup|name|169}} → LATIN SMALL LETTER U WITH TILDE Template:Nay —"U+00A9"
XML Example
expected; but is read as Page Template:Mono/styles.css has no content.00A9hex (that is, Page Template:Mono/styles.css has no content.361dec
Page Template:Mono/styles.css has no content.U+00A9 {{#invoke:Unicode data|lookup|name|U+00A9}} Template:Nay —do not use "U+" prefix
Page Template:Mono/styles.css has no content.غ {{#invoke:Unicode data|lookup|name|غ}} Template:Nay —cannot enter a character as codepoint

"Page Template:Mono/styles.css has no content.lookup" and "Page Template:Mono/styles.css has no content.is" functions[edit source]

XML Example
Template-invokable functions that allow access to the functions starting with lookup and is.For most of the functions, add the code point in hexadecimal base as the next parameter. For is"|Latin, is|rtl, and is|valid_pagename, add character string. HTML character references in the text are decoded by the module into code points.
For example, Template:Tnull → true.
Internally, in modules, these functions are named using underscore:
XML Example
XML Example
For &A9; ©: Template:Tnull → COPYRIGHT SIGN

Functions overview[edit source]

Template:Align

  • Code points: enter hexadecimal value, for example |0x0061 or |61; not Template:!mxt.
Topic Function Parameter type
(string=by character(s); c.p. by Page Template:Mono/styles.css has no content.0xHex value)
Example Returns Character
Unicode character name
XML Example
code point
  • COPYRIGHT SIGN
  • <control-0007>
  • ©
  • &#x0007;
Scripts
XML Example
code point Template:Tnull Yiii
Blocks
XML Example
code point Template:Tnull Yi Syllables
Planes
XML Example
code point
  • Basic Multilingual Plane
  • Supplementary Multilingual Plane
  • ©
  • 😈


General Category
XML Example
code point
  • So
  • Sm
  • ©
  • +
Controls
XML Example
code point
  • assigned
  • unassigned
  • ©
  • &#xFFFF;
Latin script
XML Example
string
  • true
  • false
WP:Article title (WP:NCTR)
XML Example
string Template:Ubli
  • true
  • false
Bidirectionality, right-to-left scripts
XML Example
string Template:Ubli
  • ش
  • 4
Combining character
XML Example
code point
  • true
  • false
  • ̀
  • d
Character assignation
XML Example
code point
  • true
  • false
  • ;
Printable
XML Example
code point
  • >true<
  • >false<
  • >false<
  • >a<
  • >&#x0007;<
  • >&#xFFFF;<
Whitespace character § Unicode
XML Example
code point
  • >true<
  • >true< NBSP
  • >false<
  • > <
  • > <
  • >d<
Hangul
XML Example
[application unknown]
  • &#x;
  • &#x;
Alias names
XML Example
[application unknown]
  • &#x;
  • &#x;
Combining class
XML Example
[application unknown]
  • &#x;
  • &#x;
Age
XML Example
[application unknown]
get_best_script
XML Example
[application unknown]

Data modules[edit source]

The data used by functions in this module is found in submodules. Some are generated by AWK scripts shown at User:Kephir/Unicode on English Wiktionary, others by Lua scripts on the /make subpages of the submodules.

The name data modules (Module:Unicode data/names/xxx) were compiled from UnicodeData.txt. Each one contains, at maximum, code points U+xxx000 to U+xxxFFF.

Character name data modules,
organized by first three digits of codepoint in hexadecimal base
0 1 2 3 4 5 6 7 8 9 A B C D E F
00x U+0000–
U+0FFF
U+1000–
U+1FFF
U+2000–
U+2FFF
U+3000–
U+3FFF
U+4000–
U+4FFF
U+A000–
U+AFFF
U+D000–
U+DFFF
U+F000–
U+FFFF
01x U+10000–
U+10FFF
U+11000–
U+11FFF
U+12000–
U+12FFF
U+13000–
U+13FFF
U+14000–
U+14FFF
U+16000–
U+16FFF
U+18000–
U+18FFF
U+1A000–
U+1AFFF
U+1B000–
U+1BFFF
U+1C000–
U+1CFFF
U+1D000–
U+1DFFF
U+1E000–
U+1EFFF
U+1F000–
U+1FFFF
0Ex U+E0000–
U+E0FFF

Copyright[edit source]

The Unicode database is released by Unicode Inc. under the following terms:

Copyright © 1991-2018 Unicode, Inc. All rights reserved. Distributed under the Terms of Use in https://www.unicode.org/copyright.html.

Permission is hereby granted, free of charge, to any person obtaining a copy of the Unicode data files and any associated documentation (the "Data Files") or Unicode software and any associated documentation (the "Software") to deal in the Data Files or Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, and/or sell copies of the Data Files or Software, and to permit persons to whom the Data Files or Software are furnished to do so, provided that either (a) this copyright and permission notice appear with all copies of the Data Files or Software, or (b) this copyright and permission notice appear in associated Documentation.

THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR SOFTWARE.

Except as contained in this notice, the name of a copyright holder shall not be used in advertising or otherwise to promote the sale, use or other dealings in these Data Files or Software without prior written authorization of the copyright holder.

Known issues[edit source]

{{#invoke:Unicode data|lookup|category|0xFFFF}} → [Nil]

See also[edit source]