Re: Truncating file names with Unicode characters

2018-06-09 Thread Jeff King
On Fri, Jun 08, 2018 at 09:25:29PM +0300, Vitaly Potyarkin wrote: > # Truncating file names with Unicode characters > > When shortening file names that contain Unicode characters, git performs > truncation without awareness of two-byte characters. That often leads to > splitt

Truncating file names with Unicode characters

2018-06-08 Thread Vitaly Potyarkin
# Truncating file names with Unicode characters When shortening file names that contain Unicode characters, git performs truncation without awareness of two-byte characters. That often leads to splitting a character in half and displaying a garbage byte that's left. Unawareness of Unicode also