[Code 개선] #15. [HWPX] XML 특수 문자 자동 이스케이프 및 유니코드 처리 강화 #31
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
1. 목표
사용자 텍스트에 포함된 XML 예약 문자가 HWPX 구조를 파괴하지 않도록 자동 이스케이프 처리를 강화하고, 다국어 유니코드 환경에서의 안전성을 확보합니다.
2. 상세 원인 및 배경
R & D와 같이&기호를 입력하면, XML 파서가 이를 엔티티 시작으로 오인하여 파일 읽기 에러를 발생시킵니다.Original: Kyeongmin/test#45