Re: [PATCHv2] fat: add config option to set UTF-8 mount option by default

2016-03-23 Thread Maciej S. Szmigiero
On 23.03.2016 13:57, Josh Boyer wrote: > On Wed, Mar 23, 2016 at 8:27 AM, Geert Uytterhoeven > wrote: >> On Wed, Mar 23, 2016 at 12:28 PM, Josh Boyer >> wrote: >>> On Wed, Mar 23, 2016 at 4:17 AM, Geert Uytterhoeven >>> wrote: On Tue, Mar 8, 2016 at 2:53 PM, Maciej S. Szmigiero wrote

Re: [PATCHv2] fat: add config option to set UTF-8 mount option by default

2016-03-23 Thread Josh Boyer
On Wed, Mar 23, 2016 at 8:27 AM, Geert Uytterhoeven wrote: > On Wed, Mar 23, 2016 at 12:28 PM, Josh Boyer > wrote: >> On Wed, Mar 23, 2016 at 4:17 AM, Geert Uytterhoeven >> wrote: >>> On Tue, Mar 8, 2016 at 2:53 PM, Maciej S. Szmigiero >>> wrote: FAT has long supported its own default fil

Re: [PATCHv2] fat: add config option to set UTF-8 mount option by default

2016-03-23 Thread Geert Uytterhoeven
On Wed, Mar 23, 2016 at 12:28 PM, Josh Boyer wrote: > On Wed, Mar 23, 2016 at 4:17 AM, Geert Uytterhoeven > wrote: >> On Tue, Mar 8, 2016 at 2:53 PM, Maciej S. Szmigiero >> wrote: >>> FAT has long supported its own default file name encoding >>> config setting, separate from CONFIG_NLS_DEFAULT.

Re: [PATCHv2] fat: add config option to set UTF-8 mount option by default

2016-03-23 Thread Josh Boyer
On Wed, Mar 23, 2016 at 4:17 AM, Geert Uytterhoeven wrote: > On Tue, Mar 8, 2016 at 2:53 PM, Maciej S. Szmigiero > wrote: >> FAT has long supported its own default file name encoding >> config setting, separate from CONFIG_NLS_DEFAULT. >> >> However, if UTF-8 encoded file names are desired FAT >>

Re: [PATCHv2] fat: add config option to set UTF-8 mount option by default

2016-03-23 Thread Geert Uytterhoeven
On Tue, Mar 8, 2016 at 2:53 PM, Maciej S. Szmigiero wrote: > FAT has long supported its own default file name encoding > config setting, separate from CONFIG_NLS_DEFAULT. > > However, if UTF-8 encoded file names are desired FAT > character set should not be set to utf8 since this would > make file

Re: [PATCHv2] fat: add config option to set UTF-8 mount option by default

2016-03-08 Thread OGAWA Hirofumi
"Maciej S. Szmigiero" writes: > FAT has long supported its own default file name encoding > config setting, separate from CONFIG_NLS_DEFAULT. > > However, if UTF-8 encoded file names are desired FAT > character set should not be set to utf8 since this would > make file names case sensitive even i

[PATCHv2] fat: add config option to set UTF-8 mount option by default

2016-03-08 Thread Maciej S. Szmigiero
FAT has long supported its own default file name encoding config setting, separate from CONFIG_NLS_DEFAULT. However, if UTF-8 encoded file names are desired FAT character set should not be set to utf8 since this would make file names case sensitive even if case insensitive matching is requested. I