Skip to content

Commit 6dbeda3

Browse files
Add TODO in struct unicode_cpt_flags to reimplement it in endian-independent way
1 parent 461add2 commit 6dbeda3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/unicode.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include <string>
55
#include <vector>
66

7+
// TODO: reimplement this structure in endian-independent way
78
struct unicode_cpt_flags {
89
enum {
910
UNDEFINED = 0x0001,

0 commit comments

Comments
 (0)