|
2 registered members (Quad, TipmyPip),
6,316
guests, and 3
spiders. |
|
Key:
Admin,
Global Mod,
Mod
|
|
|
Re: string delimiter
[Re: MMike]
#259977
04/08/09 12:26
04/08/09 12:26
|
Joined: Jul 2004
Posts: 1,710
MMike
OP
Serious User
|
OP
Serious User
Joined: Jul 2004
Posts: 1,710
|
when i make the file_asc_read my file.. i get a numerical code, that its not even ascii.. because im returning the code 239 for example, that its not ascii, but ascii extended, but when i went to the table the chars did not matched the string output... so.. the table is HTML code ascii.. and that matched the correct error(STRING*) output. courtesy of www.lookuptables.com: this is the table. table
Last edited by MMike; 04/08/09 12:27.
|
|
|
Re: string delimiter
[Re: MMike]
#260019
04/08/09 15:01
04/08/09 15:01
|
Joined: Jul 2004
Posts: 1,710
MMike
OP
Serious User
|
OP
Serious User
Joined: Jul 2004
Posts: 1,710
|
(Problem solved by external converter)
Last edited by MMike; 04/08/09 17:58.
|
|
|
Re: string delimiter
[Re: jcl]
#260020
04/08/09 15:03
04/08/09 15:03
|
Joined: Jul 2004
Posts: 1,710
MMike
OP
Serious User
|
OP
Serious User
Joined: Jul 2004
Posts: 1,710
|
For UTF-8 you need to replace 2-, 3-, and 4-byte strings, how do i do that?? replace 2- byte? this is image of the scenario: PICTURE SKYDRIVE if there was a gs function like this.. # byte[] passwordBytes = (byte[]) someJNDImethod(); # String password = new String(passwordBytes, "UTF-8");
Last edited by MMike; 04/08/09 15:59.
|
|
|
Re: string delimiter
[Re: MMike]
#260031
04/08/09 16:10
04/08/09 16:10
|
Joined: Jul 2004
Posts: 1,710
MMike
OP
Serious User
|
OP
Serious User
Joined: Jul 2004
Posts: 1,710
|
i got a solution I exec a dos converter, in silent mode, to avoid displaying consoles. and now it works perfeclty. 
Last edited by MMike; 04/08/09 17:56.
|
|
|
|