Deleted Added
full compact
archive_string_composition.h (313571) archive_string_composition.h (358090)
1/*-
2 * Copyright (c) 2011-2012 libarchive Project
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 20 unchanged lines hidden (view full) ---

29/*
30 * ATTENTION!
31 * This file is generated by build/utils/gen_archive_string_composition_h.sh
32 * from http://unicode.org/Public/6.0.0/ucd/UnicodeData.txt
33 *
34 * See also http://unicode.org/report/tr15/
35 */
36
1/*-
2 * Copyright (c) 2011-2012 libarchive Project
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 20 unchanged lines hidden (view full) ---

29/*
30 * ATTENTION!
31 * This file is generated by build/utils/gen_archive_string_composition_h.sh
32 * from http://unicode.org/Public/6.0.0/ucd/UnicodeData.txt
33 *
34 * See also http://unicode.org/report/tr15/
35 */
36
37#ifndef ARCHIVE_STRING_COMPOSITION_H_INCLUDED
38#define ARCHIVE_STRING_COMPOSITION_H_INCLUDED
39
37#ifndef __LIBARCHIVE_BUILD
38#error This header is only to be used internally to libarchive.
39#endif
40
40#ifndef __LIBARCHIVE_BUILD
41#error This header is only to be used internally to libarchive.
42#endif
43
41#ifndef ARCHIVE_STRING_COMPOSITION_H_INCLUDED
42#define ARCHIVE_STRING_COMPOSITION_H_INCLUDED
43
44struct unicode_composition_table {
45 uint32_t cp1;
46 uint32_t cp2;
47 uint32_t nfc;
48};
49
50static const struct unicode_composition_table u_composition_table[] = {
51 { 0x0003C , 0x00338 , 0x0226E },

--- 2241 unchanged lines hidden ---
44struct unicode_composition_table {
45 uint32_t cp1;
46 uint32_t cp2;
47 uint32_t nfc;
48};
49
50static const struct unicode_composition_table u_composition_table[] = {
51 { 0x0003C , 0x00338 , 0x0226E },

--- 2241 unchanged lines hidden ---