December 12, 2021

[Note] HWP 1.51 file conversion

Converting HWP 1.51 file to UTF8

1. Save as new (@V), select ASCII - KS

2. From Linux,  

$ iconv -f uhc -t utf8 KS2.TXT > /tmp/out.txt

Note

  • hwp2txt v3 produces zero byte file
  • hwp2txt v1.2 converts to some unknown encoding (chardet couldn't detect)
  • enca can't detect
  • used chardet to detect the encoding uhc (EUC-KR).

 

To-do

send key events from Linux to DOSBox to automate saving in KS-ASCII encoding, or find correct hwp2txt version.


 

No comments: