til

Today I Learned: collection of notes, tips and tricks and stuff I learn from day to day working with computers and technology as an open source contributor and product manager

View project on GitHub

Output UTF-8

Just a note to myself, since I always forget how to do this.

binmode(STDOUT, ":utf8");

Resources and References

  • [StackOverflow: How can I output UTF-8 from Perl?]](https://stackoverflow.com/questions/627661/how-can-i-output-utf-8-from-perl)