Problem with unicode filenames

Discussions on NConvert - the command line tool for image conversion and manipulation

Moderators: XnTriq, helmut, xnview

herb
Posts: 273
Joined: Sat Jul 18, 2009 3:19 pm

Problem with unicode filenames

Post by herb »

Hello Pierre,

On my Windows 10 system I work with Nconvert version 7.136 to convert images to *.jpg images.
Using filenames with unicode-characters I have seen the following problems for the following command:

Code: Select all

nconvert.exe -half_res -ignore_errors -thumb 1920 1920 -overwrite -out jpeg -o OUTPUTFILENAME-without-extension SOURCEFILE
For command with - e.g. a psd image
(1)
OUTPUTFILENAME-without-extension == images三山_1828_2_prvws - (all values seen inside debug)
with: 三山 == chinese characters 三山
the result is: Can't open file (F:\\Work_Eixm\\EIXMTEST\\images\011\116\161\134.psd)

(2)
OUTPUTFILENAME-without-extension == images\011\116\161\134_1828_1_prvws
with \011\116\161\134 == chinese characters 三山
the result is: Can't create file (C:\\Users\\herbert\\AppData\\Local\\Temp\\images??_1828_1_prvws.jpg)

Case (2) shows that Nconvert supports unicode filenames, because it could open the source-file.

My question now is: How to send unicode-characters to Nconvert?

Best regards
herb
User avatar
xnview
Author of XnView
Posts: 44583
Joined: Mon Oct 13, 2003 7:31 am
Location: France

Re: Problem with unicode filenames

Post by xnview »

I work on a version with unicode support, do you want to try it?
Pierre.