<HEAD><STYLE> P { margin-top: 0px; margin-bottom: 6px; font-family: gulim,dotum,seoul,arial,verdana; font-size: 12px; } BODY { font-family: gulim,dotum,seoul,arial,verdana; font-size: 12px; } </STYLE></HEAD><style> P { margin-top: 0px; margin-bottom: 6px; font-family: gulim,dotum,seoul,arial,verdana; font-size: 12px; } X-BODY { font-family: gulim,dotum,seoul,arial,verdana; font-size: 12px; } </style>--- a/dlls/jscript/Makefile.in&nbsp;&nbsp;&nbsp; 2010-02-12 10:23:39.603312863 +0900 
<br />
+++ b/dlls/jscript/Makefile.in&nbsp;&nbsp;&nbsp; 2010-02-10 09:58:16.684464491 +0900 
<br />
@@ -13,6 +13,7 @@ 
<br />
&nbsp;&nbsp;&nbsp;&nbsp; jscript_Nl.rc \ 
<br />
&nbsp;&nbsp;&nbsp;&nbsp; jscript_Pt.rc \ 
<br />
&nbsp;&nbsp;&nbsp;&nbsp; jscript_Ru.rc \ 
<br />
+&nbsp;&nbsp;&nbsp; jscript_Ko.rc \ 
<br />
&nbsp;&nbsp;&nbsp;&nbsp; rsrc.rc 
<br />
&nbsp; 
<br />
&nbsp;C_SRCS = \ 
<br />
--- /dev/null&nbsp;&nbsp;&nbsp; 2010-02-13 09:55:10.082328150 +0900 
<br />
+++ b/dlls/jscript/jscript_Ko.rc&nbsp;&nbsp;&nbsp; 2010-02-13 22:29:04.960003941 +0900 
<br />
@@ -0,0 +1,51 @@ 
<br />
+/* 
<br />
+ * Copyright 2009 Piotr Caban 
<br />
+ * Copyright 2010 YunSong Hwang 
<br />
+ * 
<br />
+ * This library is free software; you can redistribute it and/or 
<br />
+ * modify it under the terms of the GNU Lesser General Public 
<br />
+ * License as published by the Free Software Foundation; either 
<br />
+ * version 2.1 of the License, or (at your option) any later version. 
<br />
+ * 
<br />
+ * This library is distributed in the hope that it will be useful, 
<br />
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of 
<br />
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.&nbsp; See the GNU 
<br />
+ * Lesser General Public License for more details. 
<br />
+ * 
<br />
+ * You should have received a copy of the GNU Lesser General Public 
<br />
+ * License along with this library; if not, write to the Free Software 
<br />
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 
<br />
+ */ 
<br />

<br />
+#include &quot;resource.h&quot; 
<br />

<br />
+/* UTF-8 */ 
<br />
+#pragma code_page(65001) 
<br />

<br />
+LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT 
<br />

<br />
+STRINGTABLE DISCARDABLE 
<br />
+{ 
<br />
+&nbsp;&nbsp;&nbsp; IDS_TO_PRIMITIVE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;���並 �⺻ �������� ��ȯ�ϴ� �߿� ���� �߻�&quot; 
<br />
+&nbsp;&nbsp;&nbsp; IDS_INVALID_CALL_ARG&nbsp;&nbsp;&nbsp; &quot;�ùٸ��� ���� ���ν��� ȣ���̳� �μ�&quot; 
<br />
+&nbsp;&nbsp;&nbsp; IDS_CREATE_OBJ_ERROR&nbsp;&nbsp;&nbsp; &quot;�ڵ�ȭ ������ ��ü�� ���� �� �����ϴ�&quot; 
<br />
+&nbsp;&nbsp;&nbsp; IDS_NO_PROPERTY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;��ü�� �� �Ӽ��̳� �޼ҵ带 �������� �ʽ��ϴ�&quot; 
<br />
+&nbsp;&nbsp;&nbsp; IDS_ARG_NOT_OPT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;�μ��� �ɼ��� �ƴմϴ�&quot; 
<br />
+&nbsp;&nbsp;&nbsp; IDS_SYNTAX_ERROR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;���� ����&quot; 
<br />
+&nbsp;&nbsp;&nbsp; IDS_SEMICOLON&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;&#39;;&#39; �� �ʿ��մϴ�&quot; 
<br />
+&nbsp;&nbsp;&nbsp; IDS_LBRACKET&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;&#39;(&#39; �� �ʿ��մϴ�&quot; 
<br />
+&nbsp;&nbsp;&nbsp; IDS_RBRACKET&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;&#39;)&#39; �� �ʿ��մϴ�&quot; 
<br />
+&nbsp;&nbsp;&nbsp; IDS_UNTERMINATED_STR&nbsp;&nbsp;&nbsp; &quot;�Ԥ��Ѥ����� ���� ���ڿ� ���&quot; 
<br />
+&nbsp;&nbsp;&nbsp; IDS_NOT_FUNC&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;�Լ��� �ʿ��մϴ�&quot; 
<br />
+&nbsp;&nbsp;&nbsp; IDS_NOT_DATE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;&#39;[��ü]&#39; �� ��¥ ��ü�� �ƴմϴ�&quot; 
<br />
+&nbsp;&nbsp;&nbsp; IDS_NOT_NUM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;���ڰ� �ʿ��մϴ�&quot; 
<br />
+&nbsp;&nbsp;&nbsp; IDS_OBJECT_EXPECTED&nbsp;&nbsp;&nbsp;&nbsp; &quot;��ü�� �ʿ��մϴ�&quot; 
<br />
+&nbsp;&nbsp;&nbsp; IDS_ILLEGAL_ASSIGN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;�߸��� �Ҵ�&quot; 
<br />
+&nbsp;&nbsp;&nbsp; IDS_UNDEFINED&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;&#39;|&#39; �� ���ǵ��� �ʾҽ��ϴ�&quot; 
<br />
+&nbsp;&nbsp;&nbsp; IDS_NOT_BOOL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;���� ������ �ʿ��մϴ�&quot; 
<br />
+&nbsp;&nbsp;&nbsp; IDS_JSCRIPT_EXPECTED&nbsp;&nbsp;&nbsp; &quot;JScript ��ü�� �ʿ��մϴ�&quot; 
<br />
+&nbsp;&nbsp;&nbsp; IDS_REGEXP_SYNTAX_ERROR &quot;���� ǥ���Ŀ� ���������� �ֽ��ϴ�&quot; 
<br />
+&nbsp;&nbsp;&nbsp; IDS_URI_INVALID_CHAR&nbsp;&nbsp;&nbsp; &quot;URI �� �ùٸ��� ���� ���ڸ� �����ؼ� ���ڵ��Ǿ����ϴ�&quot; 
<br />
+&nbsp;&nbsp;&nbsp; IDS_INVALID_LENGTH&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;�迭 ���̴� �ݵ��&nbsp; ������ ���� �����̾�� �մϴ�&quot; 
<br />
+&nbsp;&nbsp;&nbsp; IDS_ARRAY_EXPECTED&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;�迭 ��ü�� �ʿ��մϴ�&quot; 
<br />
+} 
<br />
<!-- Processed by LibHTMLFiltering/Rendering Engine 3.5P01 -->
<BR>
<a HREF="http://www.dreamwiz.com/" TARGET=_blank><img src=http://i.dreamwiz.com/img/wd/ma/m_dw_logo.gif WIDTH=223 HEIGHT=23 BORDER=0 style=margin-bottom:-5;></a> <span style="font-size: 9pt; font-family:gulim,Arial; color: #494949; text-decoration: none;">http://www.dreamwiz.com/</span><br>

<img src="http://i.dreamwiz.com/dw/ko/n.gif" width=1 height=3 border="0"><br><a href="http://dreamwiz.gmarket.co.kr/redirect2.dwz?http://www.gmarket.co.kr/challenge/neo_event/today_event/today_event_main.asp?jaehuid=200000891" target="_blank"><img src="http://shop.dreamwiz.com/img/2009/20091106_270_70_gmarket.gif" width="270" height="27" align="absmiddle" border="0"></a>
&nbsp;&nbsp;
<img src="http://i.dreamwiz.com/dw/ko/n.gif" width=5 height=1 border="0"><a href="http://banner.auction.co.kr/bn_redirect.asp?ID=BN00008749&lpurl=http://corners.auction.co.kr/corner/categorybest.aspx" target="_blank"><img src="http://i.dreamwiz.com/ad/shop/wt/_20081002114841_auction_27027.gif" width=270 height=27 align="absmiddle" border="0"></a>


<IMG SRC="http://mailchk.dreamwiz.com/cgi-bin/receive_check.cgi?sender=hys545@dreamwiz.com&msgid=%3C20100215002025.00016BA101F2025E@mail14.dreamwiz.com%3E&receiver=wine-patches@winehq.org&key=3c4c4c44bceb96b7f402f78bff7d7fed&wiz=/n.gif" WIDTH="1" HEIGHT="1" BORDER="0">