atomic wrote:
> I have tried it but im getting CFMX error when using
> <cffile action = "read" file = "myPath\myPath.txt"
variable = "myVar" charset
> = "euc-kr">
not sure about cf6, get the charset cfc from here:
http://www.sustainablegis.com/projects/i18n/charsetTB.cfm
and see what your system supports. also try one of the others
like
x-windows-949, etc.
>
> sun.io.ByteToCharEUC_KR.getIndex1()[S
>
> Did I miss out on any ColdFusion Administration
settings? Maybe JVM?
no, either that JRE doesn't support EUC-KR (kind of unlikely)
or the JRE isn't
the international one with the "extra" charsets (my guess).
if you can update
the JRE (for cf6-7, it has to be 1.4.x family), try that.
make sure you get the
server version & international one (though i think that's
all they d/l these days).