blob: 9308811909f9f73fc3d2cf86096e8331b67989a4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- lib/Unicode.hh.orig 2005-01-03 09:42:53 UTC
+++ lib/Unicode.hh
@@ -37,7 +37,7 @@ namespace bt
/*
* Unicode character type.
*/
- typedef unsigned int Uchar;
+ typedef char32_t Uchar;
/*
* Unicode string type.
|