From 24ebbd942c0cc2557b43fb54e058d967cc28f3b3 Mon Sep 17 00:00:00 2001 From: Dmitry Mikhirev Date: Wed, 29 Aug 2012 01:26:25 +0400 Subject: fix UTF-8 strings conversion --- utf8.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'utf8.h') diff --git a/utf8.h b/utf8.h index 5dbc221..dd4cd9b 100644 --- a/utf8.h +++ b/utf8.h @@ -28,8 +28,9 @@ class utf8 { uint16_t chars; uint16_t bytes; int32_t get(); + char* string; + private: - char* _string; uint16_t _index; }; -- cgit v1.2.1