I noticed an identation problem with unicode characters in the editor.
Code: Select all
Procedure Test()
c$="﹃"
ReplaceString(a$,b$,c$,,StartPos,1)
Debug "This line identation is correct"
ReplaceString(a$,b$,"﹃",,StartPos,1)
Debug "This line identation is incorrect"
EndProcedureIDE 5.73 LTS in win 10 pro.
Any suggestion?
Thanks






