On Thu, Nov 29, 2012 at 8:08 AM, Charles DeRykus <dery...@gmail.com> wrote:
> >> even when warnings is turned OFF, you will get the unwanted warning >> > > Just a guess because I don't know what chcp is all about... > but it might be informational rather than an actual warning. > I think that you are correct about this. The Windows command console apparently does not default to supporting Unicode, but instead to ASCII. Googling, I was not able to change this default behavior. However, chcp 65001 (change code point) apparently can be used to enable the command console to display UTF-8. The active code page comment seems to be system generated for informational purposes as far as I can tell. I was hoping someone could tell me how to change the default display mode of the Windows command console, but perhaps that is impossible to do. Any thanks to all on enabling to partially achieve what I was looking for. boB -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/