Hierarchy Fix: Purpose/Domain/File - HWP Cleaning Rules

This commit is contained in:
2026-03-05 14:38:08 +09:00
parent aa936ad0f8
commit a1326d582f

View File

@@ -0,0 +1,10 @@
---
source: D:\for python\hwp_test\hwp_logic.py
category: domain
---
## HWP 특수문자 및 제어코드 보정 규칙
1. **제어코드 제거:** `[\x00-\x08\x0b\x0c\x0e-\x1f]` 패턴 제거.
2. **기호 변환:** `○`, `●`, `□` -> `-` (리스트), `※` -> `> ` (인용구).
3. **인코딩:** CP949 원본은 반드시 UTF-8 변환 후 입력.