locale and encoding

Started by Kathy Zhuover 22 years ago2 messagesgeneral
Jump to latest
#1Kathy Zhu
Kathy.Zhu@Sun.COM

Hi all,

What are the relationship/dependencies between encoding and locale settings ??

thanks,
kathy

#2Weiping He
laser@zhengmai.com.cn
In reply to: Kathy Zhu (#1)
Re: locale and encoding

Kathy zhu wrote:

Hi all,

What are the relationship/dependencies between encoding and locale
settings ??

thanks,
kathy

It seems that locale support come from the OS, but encodings are build into
postgresql, and locale seems only support single byte character, but
encodings
can support multibyte character like Chinese, Japanese etc.

Basically, I think they are different kind of things.

regards

Laser