Unicode文字を含んだファイル名を関連付けNo.06582
santoku さん 11/06/20 15:31
 
Windows XP, 秀丸 8.04

$file = "\u0100aaa.txt";
// $file = "\u3235aaa.txt";
if( !existfile($file) ) endmacro;
// openfile $file; // OK
// endmacro;
// openbyshell $file; // NG
// endmacro;
newfile;
insert $file;
selectall;
openbyshell; // NG

[ ]
RE:06582 Unicode文字を含んだファイル名No.06583
秀丸担当 さん 11/06/20 16:16
 

報告ありりがとうございます。
確かに関連付けで開く機能はUnicode対応できていませんでした。
V8.10の次のβ版で対応させていただきます。

[ ]