summaryrefslogtreecommitdiff
path: root/pcl
diff options
context:
space:
mode:
Diffstat (limited to 'pcl')
-rw-r--r--pcl/pl/plwmainc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/pcl/pl/plwmainc.c b/pcl/pl/plwmainc.c
index cdac9d167..ea24c0648 100644
--- a/pcl/pl/plwmainc.c
+++ b/pcl/pl/plwmainc.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001-2021 Artifex Software, Inc.
+/* Copyright (C) 2001-2022 Artifex Software, Inc.
All Rights Reserved.
This software is provided AS-IS with no warranty, either express or
@@ -474,10 +474,10 @@ int wmain(int argc, wchar_t *argv[], wchar_t *envp[]) {
if (nargv == NULL)
goto err;
for (i=0; i < argc; i++) {
- nargv[i] = malloc(wchar_to_utf8(NULL, argv[i]));
+ nargv[i] = malloc(gp_uint16_to_utf8(NULL, argv[i]));
if (nargv[i] == NULL)
goto err;
- (void)wchar_to_utf8(nargv[i], argv[i]);
+ (void)gp_uint16_to_utf8(nargv[i], argv[i]);
}
/* Switch console code page to CP_UTF8 (65001) as we may send utf8 strings