Re: [PATCH] test-bzr: portable shell and utf-8 strings for Mac OS

2013-04-12 Thread Junio C Hamano
Felipe Contreras writes: > On Fri, Apr 12, 2013 at 4:18 PM, Torsten Bögershausen wrote: >> Make the shell script more portable: >> - Split export X=Y into 2 lines >> - Use printf instead of echo -e >> >> Use UTF-8 code points which are not decomposed by the filesystem: >> Code points like "á" w

Re: [PATCH] test-bzr: portable shell and utf-8 strings for Mac OS

2013-04-12 Thread Felipe Contreras
On Fri, Apr 12, 2013 at 4:18 PM, Torsten Bögershausen wrote: > Make the shell script more portable: > - Split export X=Y into 2 lines > - Use printf instead of echo -e > > Use UTF-8 code points which are not decomposed by the filesystem: > Code points like "á" will be decomposed by Mac OS X. > b

[PATCH] test-bzr: portable shell and utf-8 strings for Mac OS

2013-04-12 Thread Torsten Bögershausen
Make the shell script more portable: - Split export X=Y into 2 lines - Use printf instead of echo -e Use UTF-8 code points which are not decomposed by the filesystem: Code points like "á" will be decomposed by Mac OS X. bzr is unable to find the file "á" on disk. Use code points from unicode wh