N
Nesster13
Hi,
I am building an application that will utilize the local resource
file. Right now the application is separated into two part, the header
and the content. One of the line at the top of the header is "<meta
http-equiv="Content-Type" content="text/html; charset=euc-kr">" When I
generate a local resource file what I see at the top of the resource
file is "<?xml version="1.0" encoding="utf-8"?>". Now this will create
a problem when I load the application because they are encoded
differently. However, when I tried to change the encoding at the top
of the local resource file into euc-kr the page still loaded
incorrectly. I have also tried to generate a blank resource file,
change the encoding at the top, and then copy the Korean text
afterward, assuming that the order is important. When I view the page
in "Unicode" the text from the resource file is correct and when I
change the encoding to "euc-kr" the header text is correct. Does
anyone know how to fix this? Thanks in advance.
I am building an application that will utilize the local resource
file. Right now the application is separated into two part, the header
and the content. One of the line at the top of the header is "<meta
http-equiv="Content-Type" content="text/html; charset=euc-kr">" When I
generate a local resource file what I see at the top of the resource
file is "<?xml version="1.0" encoding="utf-8"?>". Now this will create
a problem when I load the application because they are encoded
differently. However, when I tried to change the encoding at the top
of the local resource file into euc-kr the page still loaded
incorrectly. I have also tried to generate a blank resource file,
change the encoding at the top, and then copy the Korean text
afterward, assuming that the order is important. When I view the page
in "Unicode" the text from the resource file is correct and when I
change the encoding to "euc-kr" the header text is correct. Does
anyone know how to fix this? Thanks in advance.