Merge pull request #209 from zentyal/jag/rtf-parser-fix-unicode

RTFHandler fixes with focus in unicode and characters set
This commit is contained in:
Enrique J. Hernández
2015-11-30 12:20:04 +01:00
2 changed files with 717 additions and 296 deletions
+2 -1
View File
@@ -67,6 +67,7 @@
int font_index;
int color_index;
int start_pos;
const unsigned short *charset;
}
@end
@@ -77,7 +78,7 @@
{
@public
NSString *family;
NSString *charset;
unsigned char charset;
NSString *name;
unsigned int pitch;
unsigned int index;
+715 -295
View File
File diff suppressed because it is too large Load Diff