This is a private module sandbox of Saph668, for her own experimentation. Items in this module may be added and removed at Saph668's discretion; do not rely on this module's stability.
local export = {}
local lang = require("Module:languages").getByCode("und")
local m_IPA = require("Module:IPA")
function export.make(frame)
local args = frame:getParent().args
n = args
text = ""
bytes = {
-- Bytes for ʃukəraːɳuwə
"\202\131", "\117", "\107",
"\201\153", "\114", "\97",
"\203\144", "\201\179", "\117",
"\119", "\201\153",
}
text = m_IPA.format_IPA_full {
lang = lang,
items = {{ pron = "/" .. bytes .. "/" }},
}
return text
end
return export