spaces not stripped
This commit is contained in:
4
R2H2.lua
4
R2H2.lua
@@ -96,6 +96,10 @@ 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
|
||||
transcribed_text = transcribed_text .. " "
|
||||
end
|
||||
new_syllable = true
|
||||
i = i + 1
|
||||
pos = i
|
||||
char_step = false
|
||||
|
||||
Reference in New Issue
Block a user