Search found 4 matches

by YST
Sun Dec 16, 2007 9:17 pm
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: split text file per character
Replies: 6
Views: 9410

Hi: Why for example a text are splitted by 1000 characters,then how to avoid a bland text being included in the output path, e.g.1.txt,2.txt,3.txt each have 1000 character using the above regular pattern you mentioned,(before or after),but the 3.txt have only blank content in it,how to split so that...
by YST
Thu Dec 06, 2007 9:31 pm
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: split text file per character
Replies: 6
Views: 9410

Trying to split at pattern,but error occur:regular expression is too big!THen I split at ([\x00-\x7f][^\x00-\x7f]*),after this many:1000,this time the rubbish character dissapear,(but little files still appear ??? when reconverted it UTF-8 to BIG5.) after splitting the files will have 50000 characte...
by YST
Tue Dec 04, 2007 11:41 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: split text file per character
Replies: 6
Views: 9410

how about count 1000 characters number of chinese then split after every 1000 characters,\x00-\x7f meaning some specific character to look for,but what I mean is not lik that. Have converted to utf8 then split at 2100 bytes,but the files will become unreadable,because some characters become gibberis...
by YST
Mon Dec 03, 2007 8:11 pm
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: split text file per character
Replies: 6
Views: 9410

split text file per character

how to split text file per character,
the files is in chinese ,therefore the file splitted must be readable after splitting?
how to do that?

thanks in advance :)