#1898: unicode bytecode filenames
----------------------+-----------------------------------------------------
 Reporter:  plobsing  |       Owner:        
     Type:  bug       |      Status:  new   
 Priority:  normal    |   Milestone:  2.11  
Component:  none      |     Version:  2.10.0
 Severity:  medium    |    Keywords:        
     Lang:            |       Patch:        
 Platform:            |  
----------------------+-----------------------------------------------------
 {{{
 > ./parrot Ωηc.pir
 Invalid character in ASCII string

 > ./parrot Ωηc.pbc
 Invalid character in ASCII string

 }}}

 Bytecode files containing non-ascii characters cause parrot to crash and
 burn because ascii is the default encoding, with no fallback.

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1898>
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