diff options
author | Stef Walter <stef@memberwebs.com> | 2005-06-08 19:01:49 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2005-06-08 19:01:49 +0000 |
commit | bcd05eba8c68c27cedd24b816969ae0146dc7901 (patch) | |
tree | 2ab80cdcae7eb1d690d8ec15c522d2698d3dd689 /src/rtfx.cpp | |
parent | 48228b26155ad4f5dd744482c4fd0b0c2163b02e (diff) |
Unicode should now work properly. See #37
Diffstat (limited to 'src/rtfx.cpp')
-rw-r--r-- | src/rtfx.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rtfx.cpp b/src/rtfx.cpp index 5428148..7f35f7c 100644 --- a/src/rtfx.cpp +++ b/src/rtfx.cpp @@ -145,6 +145,7 @@ int main(int argc, char* argv[]) // Reads RTF tags and blocks RtfParser rtf; + rtf.setUnicode(true); // Interprets tags and blocks from RTFParser XmlComposer composer(options); |