linux/fs/hfsplus/tables.c

// SPDX-License-Identifier: GPL-2.0
/*
 * linux/fs/hfsplus/tables.c
 *
 * Various data tables
 */

#include "hfsplus_fs.h"

/*
 *  Unicode case folding table taken from Apple Technote #1150
 *  (HFS Plus Volume Format)
 */

u16 hfsplus_case_fold_table[] =;

u16 hfsplus_decompose_table[] =;

u16 hfsplus_compose_table[] =;