Re: expand(%) and utf-8 characters in directory names

2015-06-24 Fir de Conversatie Charles Campbell
Christian Brabandt wrote: Am 2015-04-20 18:28, schrieb Charles Campbell: I've attached a small tarball illustrating the problem I'm having with expand(). gunzip jose.tar.gz tar xf jose.tar cd josé vi junk.vim :so % :echo x[4] :echo y[4] With the first echo, you'll see (using utf-8

Re: expand(%) and utf-8 characters in directory names

2015-04-20 Fir de Conversatie Christian Brabandt
Am 2015-04-20 18:28, schrieb Charles Campbell: I've attached a small tarball illustrating the problem I'm having with expand(). gunzip jose.tar.gz tar xf jose.tar cd josé vi junk.vim :so % :echo x[4] :echo y[4] With the first echo, you'll see (using utf-8 for encoding) e9. This is the hex

Re: expand(%) and utf-8 characters in directory names

2015-04-20 Fir de Conversatie Charles Campbell
Charles Campbell wrote: Christian Brabandt wrote: Hi Charles! On Fr, 27 Mär 2015, Charles Campbell wrote: Bram Moolenaar wrote: Charles Campbell wrote: I tried a directory named josé and found that netrw wasn't handling it well. One of the reasons is expand(%), which is used to get the

Re: expand(%) and utf-8 characters in directory names

2015-03-27 Fir de Conversatie Charles Campbell
Christian Brabandt wrote: Hi Charles! On Fr, 27 Mär 2015, Charles Campbell wrote: Bram Moolenaar wrote: Charles Campbell wrote: I tried a directory named josé and found that netrw wasn't handling it well. One of the reasons is expand(%), which is used to get the full path. However,

Re: expand(%) and utf-8 characters in directory names

2015-03-27 Fir de Conversatie Charles Campbell
Bram Moolenaar wrote: Charles Campbell wrote: I tried a directory named josé and found that netrw wasn't handling it well. One of the reasons is expand(%), which is used to get the full path. However, when in that directory, expand(%) shows /home/cec/joee9 instead of the desired

Re: expand(%) and utf-8 characters in directory names

2015-03-27 Fir de Conversatie Christian Brabandt
Hi Charles! On Fr, 27 Mär 2015, Charles Campbell wrote: Bram Moolenaar wrote: Charles Campbell wrote: I tried a directory named josé and found that netrw wasn't handling it well. One of the reasons is expand(%), which is used to get the full path. However, when in that directory,

expand(%) and utf-8 characters in directory names

2015-03-26 Fir de Conversatie Charles Campbell
Hello: I tried a directory named josé and found that netrw wasn't handling it well. One of the reasons is expand(%), which is used to get the full path. However, when in that directory, expand(%) shows /home/cec/joee9 instead of the desired /home/cec/josé . Do I need to program around this or

Re: expand(%) and utf-8 characters in directory names

2015-03-26 Fir de Conversatie Bram Moolenaar
Charles Campbell wrote: I tried a directory named josé and found that netrw wasn't handling it well. One of the reasons is expand(%), which is used to get the full path. However, when in that directory, expand(%) shows /home/cec/joee9 instead of the desired /home/cec/josé . Do I need to