Removed libicu dependency for UTF-16 partition names. Version 0.8.9
release.
diff --git a/gptpart.h b/gptpart.h
index cdfce2a..67cba6b 100644
--- a/gptpart.h
+++ b/gptpart.h
@@ -45,7 +45,7 @@
       uint64_t firstLBA;
       uint64_t lastLBA;
       Attributes attributes;
-      unsigned char name[NAME_SIZE];
+      uint16_t name[NAME_SIZE];
    public:
       GPTPart(void);
       ~GPTPart(void);