Skip to content

Instantly share code, notes, and snippets.

View hitobashira's full-sized avatar
💭
I may be slow to respond. Please be patient with my English.

ZiSH The WonderLand hitobashira

💭
I may be slow to respond. Please be patient with my English.
View GitHub Profile
@hitobashira
hitobashira / perl_🐫_utf8_test.plx
Created August 19, 2018 02:58
perl5 utf-8 test script
#!/usr/bin/perl -w -C64
#
# locale ja.JP.UTF-8
use strict;
use v5.26;
# use utf8;
use locale;
use utf8::all;
use Cwd 'getcwd';#
#use Encode 'decode';