[erlang-questions] Why are the two strings outputed in diffrent format?
devdoer bird
devdoer2@REDACTED
Tue Sep 30 07:03:50 CEST 2008
The encoding for x.erl is gbk
2008/9/30 Christopher Vance <cjsvance@REDACTED>
> 2008/9/30 devdoer bird <devdoer2@REDACTED>:
> > And a latin encoded file x.erl, the source is:
> > -module(x).
> > -compile(export_all).
> > output2()->
> > "中文".
>
> > I don't know why they are outupted in diffrent format, one is
> > string-format, the other is list-format. Why aren't they birth outputed
> in
> > string-format or both in list-format?
>
> You haven't told us the encoding actually used for x.erl. No "latin"
> encoding I know of includes CJKV characters.
>
> --
> Christopher Vance
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20080930/bb633306/attachment.htm>
More information about the erlang-questions
mailing list