# New Ticket Created by  [EMAIL PROTECTED] 
# Please include the string:  [perl #58726]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=58726 >


Hello,

this patch adds the option "encoding" to the configuration of Parrot:

> perl Configure.pl --encoding="UTF-8"


According to this option a line like the following will be generated in
the file "include/parrot/config.h":

#define PARROT_DEF_ENCODING "UTF-8"


In the function "Parrot_charsets_encodings_init" according to the macro
the function "Parrot_make_default_encoding" will be called to set the
specified default encoding.


I attached a tar-file that holds one patch file (generated with diff -u)
for each modified file.


Gerd Pokorra

Attachment: patch.tar
Description: Unix tar archive

Reply via email to