Home > database >  PB9 unicode file parsing id WZ. TXT
PB9 unicode file parsing id WZ. TXT

Time:09-17

Did the second generation id card parsing friend see
1, using PB9 open file can't read the complete
2, read data is garbled, cannot be parsed into PB9 ANSI code
Li_fnum=FileOpen (" WZ. TXT ")

Ll_tmp=FileRead (li_fnum ls_tmp)
Lb_tmp=ToAnsi (ls_tmp)
Ls_name=string (lb_tmp)

CodePudding user response:

Take a look at this try
http://bbs.csdn.net/topics/390821971

CodePudding user response:

Done,

CodePudding user response:

The
refer to the original poster wbmayc response:
did the second generation id card parsing friend see
1, using PB9 open file can't read the complete
2, read data is garbled, cannot be parsed into PB9 ANSI code
Li_fnum=FileOpen (" WZ. TXT ")

Ll_tmp=FileRead (li_fnum ls_tmp)
Lb_tmp=ToAnsi (ls_tmp)
Ls_name=string (lb_tmp)


Should be the problem of coding, or API function declaration is not correct

CodePudding user response:

Can share the fix, the method of learning
  • Related