Jump to content

Edniwunga stær "Module:Unicode data"

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (nu) = difference with latest revision, (ær) = difference with preceding revision, ly = minor edit.

26 Hreðmonað 2023

  • nuær 02:0102:01, 26 Hreðmonað 2023 2601:18e:c081:2ff0:601a:e6:b451:7c3e motung 16,095 lytelbitena +16,095 Nīwe tramet: local p = {} local floor = math.floor local function errorf(level, ...) if type(level) == "number" then return error(string.format(...), level + 1) else -- level is actually the format string. return error(string.format(level, ...), 2) end end local function binary_range_search(codepoint, ranges) local low, mid, high low, high = 1, ranges.length or require "Module:TableTools".length(ranges) while low <= high do mid = floor((low + high) / 2) local range = range...