X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Funicode.h;h=d861788bd0b7553875b5d79d28edaf89b210a0cb;hb=8492dba65d1c805315ffd5d3b2addca3c293d3f0;hp=8b88fc4525edc9c75a760a19d9e42e4593d34772;hpb=59d0a08089bbf0deb334265b9c4e309d8fd617f7;p=libucw.git diff --git a/ucw/unicode.h b/ucw/unicode.h index 8b88fc45..d861788b 100644 --- a/ucw/unicode.h +++ b/ucw/unicode.h @@ -12,7 +12,7 @@ #ifndef _UCW_UNICODE_H #define _UCW_UNICODE_H -#include "ucw/unaligned.h" +#include /* Macros for handling UTF-8 */ @@ -168,7 +168,7 @@ get1: UTF8_GET_NEXT; } /** - * Decode a value from the range `[0, 0xFFFF]` (basic multilignual plane) + * Decode a value from the range `[0, 0xFFFF]` (basic multilingual plane) * or return `UNI_REPLACEMENT` if the encoding has been corrupted. **/ static inline byte *utf8_get(const byte *p, uns *uu)