r2h2 fix symbols being skipped if last
This commit is contained in:
2
R2H2.lua
2
R2H2.lua
@@ -228,7 +228,7 @@ function convertToHeonian(text)
|
||||
-- debug log
|
||||
if debug then print(" [!] no idea; moving on to next [".. pos + 1 .."]") end
|
||||
-- no idea
|
||||
transcribed_text = transcribed_text .. string.sub(text,i+1,i+1)
|
||||
transcribed_text = transcribed_text .. string.sub(text,i,i)
|
||||
i = i + 1
|
||||
-- debug log
|
||||
if debug then print(" >>> adjusting by (1) from [".. pos .. "] to [".. i .. "]" ) end
|
||||
|
||||
Reference in New Issue
Block a user