summaryrefslogtreecommitdiffstats
path: root/unicode/mkeastasianwidth.pl
diff options
context:
space:
mode:
Diffstat (limited to 'unicode/mkeastasianwidth.pl')
-rw-r--r--unicode/mkeastasianwidth.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/unicode/mkeastasianwidth.pl b/unicode/mkeastasianwidth.pl
index 0ddf800..d34f064 100644
--- a/unicode/mkeastasianwidth.pl
+++ b/unicode/mkeastasianwidth.pl
@@ -9,7 +9,7 @@ my $fh=new IO::File "<EastAsianWidth.txt";
my $pb=-1;
my $pe=-1;
-print "static const unicode_char unicode_wcwidth_tab[][2]={\n";
+print "static const char32_t unicode_wcwidth_tab[][2]={\n";
sub full($$) {
my $b=hex(shift);