#1557: pbc_disassemble fails on large PBCs
----------------------+-----------------------------------------------------
 Reporter:  plobsing  |       Owner:       
     Type:  bug       |      Status:  new  
 Priority:  normal    |   Milestone:       
Component:  none      |     Version:  2.2.0
 Severity:  medium    |    Keywords:       
     Lang:            |       Patch:       
 Platform:            |  
----------------------+-----------------------------------------------------

Comment(by NotFound):

 The problem is that the string is converted to C string and later sent
 char by char to the output file, which is a encoding nightmare. To fix the
 problem the C string usage must be avoided. in the meantime, workaround
 added in r45831.

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1557#comment:2>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to