2 * Unicode code point definitions
4 * Wireshark - Network traffic analyzer
5 * By Gerald Combs <gerald@wireshark.org>
6 * Copyright 2006 Gerald Combs
8 * SPDX-License-Identifier: GPL-2.0-or-later
11 #ifndef __WS_CODEPOINTS_H__
12 #define __WS_CODEPOINTS_H__
16 * Unicode code points.
18 * (See chapter 2 of the Unicode standard for an explanation of what
19 * "characters" and "code points" are.)
22 #define UNICODE_REPLACEMENT_CHARACTER 0x00FFFD
24 #endif /* __WS_CODEPOINTS_H__ */