Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Reading Aspell Dictionary in native language
#2
New, improved approach :

Function tempf14
Code:
Copy      Help
str sf="C:\Documents and Settings\S.E.Simopoulos\My QM\Aspell\dict\el.rws"
str sout s sl
out
s.getfile(sf)
int i l n is ie
l=s.len

for i 0 1500
,if s[i]<>0; continue
,ie=i
,if is=ie
,,is=ie+1
,,continue
,sl.get(s is ie)
,sl.ToUnicode
;,out F"{is} {ie} {sl}"
,is=ie+1
,sout.formata("%s[]" sl)

out sout

,


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)