Im so fucking based im the hecking best
This commit is contained in:
2
R2H2.lua
2
R2H2.lua
@@ -96,7 +96,7 @@ function convertToHeonian(text)
|
||||
or string.sub(text,i,i) == "\t"
|
||||
or string.sub(text,i,i) == "-" then -- check if its an unsupported symbol to skip it.
|
||||
-- adjust i
|
||||
if string.sub(text,i,i) == " " then
|
||||
if string.sub(text,i,i) == " " then -- spaces are exception
|
||||
transcribed_text = transcribed_text .. " "
|
||||
new_syllable = true
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user