Ticket #1898 (closed bug: fixed)

Opened 11 years ago

Last modified 11 years ago

unicode bytecode filenames

Reported by: plobsing Owned by:
Priority: normal Milestone: 2.11
Component: none Version: 2.10.0
Severity: medium Keywords:
Cc: Language:
Patch status: Platform:

Description

> ./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.

Change History

Changed 11 years ago by nwellnhof

See also TT #1836.

Changed 11 years ago by nwellnhof

  • status changed from new to closed
  • resolution set to fixed

Fixed after merge of branch nwellnhof/unicode_dynpmcs

Note: See TracTickets for help on using tickets.