Wšě protokole
Napohlad
To je kombinowany pohlad wšěch we Wikipediji wjedźenych protokolow. Móžeš pohlad wobmjezować, wuběrajo typ protokola, wužiwarske mjeno abo potrjechenu stronu.
- 31. měrca 2025, 13:46 119.207.115.159 diskusija erstellte die Seite Modul:Unicode data/testcases (nowa strona: local p = require "Module:UnitTests" local Unicode_data = require(mw.title.getCurrentTitle().subpageText == "sandbox" and "Module:Unicode data/sandbox" or "Module:Unicode data") local U = mw.ustring.char local get_codepoint = mw.ustring.codepoint local function show(codepoint) if Unicode_data.is_printable(codepoint) then local printed_codepoint = U(codepoint) if mw.ustring.toNFC(printed_codepoint) ~= printed_codepoint then printed_codepoint = ("&#x%X;"):format(codepoi…)