i& = 0
i& = i& + 1
replTableSource(i&) = a$
replTableDest
(i&
) = CHR$(b%
) replEntries = replEntries + 1
PRINT "International Characters Input Routine"
nextChar$ = nextAccent$ + "^"
nextAccent$ = "^"
nextChar$ = nextAccent$ + "~"
nextAccent$ = ""
nextAccent$ = "~"
nextChar$ = nextAccent$ + "`"
nextAccent$ = ""
nextAccent$ = "`"
nextChar$ = nextAccent$ + "'"
nextAccent$ = ""
nextAccent$ = "'"
CASE 32 TO 126, 209, 241, 199, 231 nextChar$
= nextAccent$
+ CHR$(k&
) nextAccent$ = ""
cursor = 0
text$ = ""
row = row + 1
IF replTableSource
(i
) = nextChar$
THEN nextChar$ = replTableDest(i)
text$ = text$ + nextChar$
IF LEN(nextChar$
) > 0 THEN nextChar$
= "": nextAccent$
= ""
blinkCursor:
showText:
showCursor:
replTable:
DATA ^a
,131,"'a",160,`a
,133 DATA ^e
,136,"'e",130,`e
,138 DATA ^o
,147,"'o",162,`o
,149 DATA ^u
,150,"'u",163,`u
,151 DATA ~N
,165,Ñ
,165,~n
,164,ñ
,164