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
commit f6973d8aa4
2 changed files with 717 additions and 296 deletions

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;

File diff suppressed because it is too large Load diff