Vés al contingut

Mòdul:Unicode data: historial de revisions

Llegenda (ajuda): (act) = diferència amb la versió actual, (prev) = diferència amb la versió prèvia, m = edició menor,  → = edició de secció.

27 gen 2025

20 ago 2023

  • actprev 21:5721:57, 20 ago 2023 Jmarchn discussió contribucions 16.738 octets +16.738 Pàgina nova, amb el contingut: «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...».