Bug 90513 - Add support for Hangul Word Processor (HWP) file format >3.x
Summary: Add support for Hangul Word Processor (HWP) file format >3.x
Status: RESOLVED WONTFIX
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: filters and storage (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: Other All
: medium enhancement
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-08 06:10 UTC by Matthew Francis
Modified: 2019-01-18 16:55 UTC (History)
5 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Francis 2015-04-08 06:10:57 UTC
Split from bug 70097

According to bug 70097 comment 9, we currently implement version 3.x of the Hangul Word Processor (HWP) file format. There are later versions up to at least 5.x which we do not support.

To better support our Korean users, we should implement filters for later versions of the format.
Comment 1 Changwoo Ryu 2015-04-08 07:28:29 UTC
The current and mostly used format is 5.x. (There's no 4.x format.)

The format specification has been published by the Hancom, but obviously in Korean language:

http://www.hancom.com/forMatQna.boardIntro.do
Comment 2 raal 2015-04-08 10:46:08 UTC
Setting to NEW.
Comment 3 David Tardon 2016-03-21 09:02:43 UTC
There already is https://github.com/mete0r/pyhwp, which can built as an extension. It does not work OOTB right now, because a build script is missing (which is easily remediable) and the code would have to be updated to changes in PyUNO (which is a bit harder). But IMHO it is still preferable to attempt to resurrect this project, rather than to start a brand-new import filter.