office-gobmx/hwpfilter
Luboš Luňák 4dd7a3f12e write unsigned char[] contents as numbers rather than string literal
The real reason for this change is that clang aborts with a fatal
error in backend (http://llvm.org/bugs/show_bug.cgi?id=12226),
but I'm not sure whether this was a correct construct in the first
place anyway. The contents are above 0x7f, which may be outside
the range of plain char, if it is signed, so maybe the result is undefined.
I don't want to spend the time checking in the spec,
but this new variant is technically the same and it is safe.
2012-03-10 16:39:22 +01:00
..
prj
qa/cppunit
source write unsigned char[] contents as numbers rather than string literal 2012-03-10 16:39:22 +01:00
CppunitTest_hwpfilter_test_hwpfilter.mk fdo#39491 -I$(OUTDIR)/inc is set in SOLARINC 2012-02-10 21:41:45 +01:00
Library_hwp.mk
Makefile
Module_hwpfilter.mk
README REDME -> README 2012-02-09 17:28:16 +09:00

Filter for a word processor file format popular in Korea (Hangul Word Processor).