[Q] How can I set Comanche's default encoding as UTF-8?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

[Q] How can I set Comanche's default encoding as UTF-8?

Chun, Sungjin
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

Is there any option/method for this?

Thank in advance.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFKzhlQqspS1+XJHgRAqJ1AKC/AgbgGfFTMtigOqCxWK8VIDe7vwCg2MIj
sihnQloXqyPJf8zQMLzu2jY=
=kN1S
-----END PGP SIGNATURE-----
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: [Q] How can I set Comanche's default encoding as UTF-8?

Philippe Marschall
2006/10/10, Sungjin Chun <[hidden email]>:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi,
>
> Is there any option/method for this?
>
> Thank in advance.

It's the default.

But you probably want to use WAKomEncoded(39) which does the
utf8 <-> WideString conversion.

Philippe

> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.2.2 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iD8DBQFFKzhlQqspS1+XJHgRAqJ1AKC/AgbgGfFTMtigOqCxWK8VIDe7vwCg2MIj
> sihnQloXqyPJf8zQMLzu2jY=
> =kN1S
> -----END PGP SIGNATURE-----
> _______________________________________________
> Seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: [Q] How can I set Comanche's default encoding as UTF-8?

Chun, Sungjin
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Thanks for your reply, but this is not what I want to hear :-)

What I want to set is HTTP header content, so that browser can process
encoding setting. Currently no encoding related header is sent to
browser and which makes problem with browsers with different default
encoding.

Thanks again.

Philippe Marschall wrote:

> 2006/10/10, Sungjin Chun <[hidden email]>:
> Hi,
>
> Is there any option/method for this?
>
> Thank in advance.
>
>> It's the default.
>
>> But you probably want to use WAKomEncoded(39) which does the
>> utf8 <-> WideString conversion.
>
>> Philippe
>
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>>
> _______________________________________________
> Seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFK0CXQqspS1+XJHgRAoGbAJoCh/CgMPQSxtkatnDkYneYwZ/KEACeNxS0
HYuTTG/daywDS9M9jZJdqrk=
=vbmy
-----END PGP SIGNATURE-----
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: [Q] How can I set Comanche's default encoding as UTF-8?

Philippe Marschall
2006/10/10, Sungjin Chun <[hidden email]>:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Thanks for your reply, but this is not what I want to hear :-)
>
> What I want to set is HTTP header content, so that browser can process
> encoding setting. Currently no encoding related header is sent to
> browser and which makes problem with browsers with different default
> encoding.

If I look at:
http://seachart.seasidehosting.st/
with the Firefox LiveHTTPHeaders extensions it tells me that the
response among others contains the following field:

Content-Type: text/html; charset=utf-8

What else do you need?

Philippe

> Philippe Marschall wrote:
> > 2006/10/10, Sungjin Chun <[hidden email]>:
> > Hi,
> >
> > Is there any option/method for this?
> >
> > Thank in advance.
> >
> >> It's the default.
> >
> >> But you probably want to use WAKomEncoded(39) which does the
> >> utf8 <-> WideString conversion.
> >
> >> Philippe
> >
> _______________________________________________
> Seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
> >>
> > _______________________________________________
> > Seaside mailing list
> > [hidden email]
> > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.2.2 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iD8DBQFFK0CXQqspS1+XJHgRAoGbAJoCh/CgMPQSxtkatnDkYneYwZ/KEACeNxS0
> HYuTTG/daywDS9M9jZJdqrk=
> =vbmy
> -----END PGP SIGNATURE-----
> _______________________________________________
> Seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: [Q] How can I set Comanche's default encoding as UTF-8?

Chun, Sungjin
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Yes, this is what I want. But it seems that this is generated by
Seaside, not Comanche - I've been testing my own simple Comanche
application.

Thank you very much. I can find the location for this header. Thanks again.

Philippe Marschall wrote:

> 2006/10/10, Sungjin Chun <[hidden email]>:
> Thanks for your reply, but this is not what I want to hear :-)
>
> What I want to set is HTTP header content, so that browser can process
> encoding setting. Currently no encoding related header is sent to
> browser and which makes problem with browsers with different default
> encoding.
>
>> If I look at:
>> http://seachart.seasidehosting.st/
>> with the Firefox LiveHTTPHeaders extensions it tells me that the
>> response among others contains the following field:
>
>> Content-Type: text/html; charset=utf-8
>
>> What else do you need?
>
>> Philippe
>
> Philippe Marschall wrote:
>> 2006/10/10, Sungjin Chun <[hidden email]>:
>> Hi,
>
>> Is there any option/method for this?
>
>> Thank in advance.
>
>>> It's the default.
>
>>> But you probably want to use WAKomEncoded(39) which does the
>>> utf8 <-> WideString conversion.
>
>>> Philippe
>
> _______________________________________________
> Seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>> _______________________________________________
>> Seaside mailing list
>> [hidden email]
>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>>
> _______________________________________________
> Seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFK3xwQqspS1+XJHgRAmVDAKC2AxRPBBvZCaoy9MzY0CC90M01BACeKQ+D
MeNLEEiunhFDFGYi4bt6F0k=
=ZusH
-----END PGP SIGNATURE-----
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside