Home
last modified time | relevance | path

Searched refs:utf8 (Results 1 – 25 of 43) sorted by relevance

12

/Linux-v5.4/fs/unicode/
DMakefile4 obj-$(CONFIG_UNICODE_NORMALIZATION_SELFTEST) += utf8-selftest.o
6 unicode-y := utf8-norm.o utf8-core.o
8 $(obj)/utf8-norm.o: $(obj)/utf8data.h
/Linux-v5.4/fs/isofs/
Djoliet.c44 unsigned char utf8; in get_joliet_filename() local
48 utf8 = ISOFS_SB(inode->i_sb)->s_utf8; in get_joliet_filename()
51 if (utf8) { in get_joliet_filename()
Dinode.c158 unsigned int utf8:1; member
358 popt->utf8 = 0; in parse_options()
392 popt->utf8 = 1; in parse_options()
870 if (joliet_level && opt.utf8 == 0) { in isofs_fill_super()
893 sbi->s_utf8 = opt.utf8; in isofs_fill_super()
/Linux-v5.4/arch/arm/configs/
Dpalmz72_defconfig70 CONFIG_FAT_DEFAULT_IOCHARSET="utf8"
73 CONFIG_NLS_DEFAULT="utf8"
Dspear6xx_defconfig67 CONFIG_NLS_DEFAULT="utf8"
Dspear3xx_defconfig78 CONFIG_NLS_DEFAULT="utf8"
Dspear13xx_defconfig98 CONFIG_NLS_DEFAULT="utf8"
Dxcep_defconfig79 CONFIG_NLS_DEFAULT="utf8"
Dmagician_defconfig149 CONFIG_NLS_DEFAULT="utf8"
/Linux-v5.4/fs/fat/
DKconfig96 Note that "utf8" is not recommended for FAT filesystems.
97 If unsure, you shouldn't set "utf8" here - select the next option
109 Set this if you would like to have "utf8" mount option set
113 particular mount by adding "utf8=0" to mount options.
Dnamei_vfat.c512 int *longlen, int *outlen, int escape, int utf8, in xlate_to_uni() argument
520 if (utf8) { in xlate_to_uni()
603 opts->unicode_xlate, opts->utf8, sbi->nls_io); in vfat_build_slots()
Dinode.c990 if (opts->utf8) in fat_show_options()
1153 opts->utf8 = IS_ENABLED(CONFIG_FAT_DEFAULT_UTF8) && is_vfat; in parse_options()
1315 opts->utf8 = 0; in parse_options()
1318 opts->utf8 = 1; in parse_options()
1367 opts->utf8 = 0; in parse_options()
/Linux-v5.4/Documentation/filesystems/
Disofs.txt13 utf8 option.
14 utf8 Encode Unicode names in UTF-8 format. Default is no.
Dntfs.txt116 advised to use nls=utf8 which is capable of
119 utf8=<bool> Option no longer supported. Currently mapped to
120 nls=utf8 but please use nls=utf8 in the future and
121 make sure utf8 is compiled either as module or into
Dvfat.txt53 with the utf8 option.
55 NOTE: "iocharset=utf8" is not recommended. If unsure,
58 utf8=<bool> -- UTF-8 is the filesystem safe version of Unicode that
/Linux-v5.4/arch/sh/configs/
Dj2_defconfig39 CONFIG_NLS_DEFAULT="utf8"
Dapsh4a3a_defconfig77 CONFIG_NLS_DEFAULT="utf8"
Dapsh4ad0a_defconfig107 CONFIG_NLS_DEFAULT="utf8"
Dsh2007_defconfig119 CONFIG_NLS_DEFAULT="utf8"
/Linux-v5.4/arch/mips/configs/
Dfuloong2e_defconfig197 CONFIG_FAT_DEFAULT_IOCHARSET="utf8"
215 CONFIG_NLS_DEFAULT="utf8"
/Linux-v5.4/certs/
DMakefile63 $(Q)openssl req -new -nodes -utf8 -$(CONFIG_MODULE_SIG_HASH) -days 36500 \
/Linux-v5.4/drivers/staging/exfat/
DKconfig47 default "utf8"
/Linux-v5.4/arch/powerpc/configs/
Dstorcenter_defconfig78 CONFIG_NLS_DEFAULT="utf8"
Dppc64e_defconfig213 CONFIG_NLS_DEFAULT="utf8"
/Linux-v5.4/Documentation/admin-guide/
Djfs.rst14 iocharset=utf8 for UTF-8 translations. This requires

12