Issue 56671 - 문서를 html로 저장할 때 인코딩 문제
Summary: 문서를 html로 저장할 때 인코딩 문제
Status: CLOSED NOT_AN_OOO_ISSUE
Alias: None
Product: Native-Lang
Classification: NLC
Component: ko (show other issues)
Version: OOo 2.0
Hardware: All All
: P3 Trivial
Target Milestone: ---
Assignee: issues@ko
QA Contact: issues@ko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-26 06:03 UTC by jeongkyu.kim
Modified: 2012-02-01 01:23 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description jeongkyu.kim 2005-10-26 06:03:51 UTC
한국어 문서를 html로 저장하면 영문 인코딩에 유니코드 기호로 처리된 html 이 만들
어집니다.  다음은 '한국어 문서' 라는 내용을 가진 문서를 html 로 저장한 결과입니다.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
	<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=windows-1252">
	<TITLE></TITLE>
	<META NAME="GENERATOR" CONTENT="OpenOffice.org 2.0  (Win32)">
	<META NAME="CREATED" CONTENT="20051025;23463342">
	<META NAME="CHANGED" CONTENT="20051025;23465176">
	<STYLE>
	<!--
		@page { size: 8.5in 11in; margin: 0.79in }
		P { margin-bottom: 0.08in }
	-->
	</STYLE>

</HEAD>
<BODY LANG="en-US" DIR="LTR">
<P STYLE="margin-bottom: 0in"><FONT FACE="&#48148;&#53461;"><SPAN
LANG="ko-KR">&#54620;&#44397;&#50612;
&#47928;&#49436;</SPAN></FONT></P>
</BODY>
</HTML>
Comment 1 Rainer Bielefeld 2006-01-07 12:22:42 UTC
Can we get a short summary in english?
Comment 2 jeongkyu.kim 2007-02-06 07:57:31 UTC
...
Comment 3 jeongkyu.kim 2007-02-06 07:57:56 UTC
...