Yukihiro Nakadaira wrote:
> When 'encoding' is changed from default codepage, mkdir() doesn't work
> for multi-byte name.
>
> :set encoding=utf-8
> :call mkdir("\u00a1")
> :echo isdirectory("\u00a1")
> 0
> (directory with broken name was created)
>
> Please check the following patch. Changed to use _wmkdir().
Thanks. I'll try it out and include it soon.
--
How To Keep A Healthy Level Of Insanity:
6. In the memo field of all your checks, write "for sexual favors".
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php