Module:ábḫ-ipa: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 144: Line 144:
end
end
elseif val == "b" then
elseif val == "b" then
if word[i-1] == "m" then
if ((word[i-1] == ".") or (word[i-1] == "ˌ") or (word[i-1] == "ˈ")) and (word[i-2] == "m") then
table.insert(newWord, "8")
table.insert(newWord, "8")
else
else