You've already forked apfs-ucd-parser
mirror of
https://github.com/linux-apfs/apfs-ucd-parser.git
synced 2026-05-01 15:01:06 -07:00
5a0f3e712b
Move the head of unicode.c and unicode.h to separate files, and write alternative versions for running tests in user space. Since there are no official unicode tests for case folding, the mktrie script must also produce another version of the case folding trie, with no values. Setup the Makefile so that the tests are run with every recompilation, printing the results to build/test.out.
13 lines
229 B
C
13 lines
229 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* linux/fs/apfs/unicode.h
|
|
*
|
|
* Copyright (C) 2018 Ernesto A. Fernández <ernesto.mnd.fernandez@gmail.com>
|
|
*/
|
|
|
|
#ifndef _APFS_UNICODE_H
|
|
#define _APFS_UNICODE_H
|
|
|
|
#include <linux/nls.h>
|
|
|