Re: BUG #18735: Specific multibyte character in psql file path command parameter for Windows
От | Tom Lane |
---|---|
Тема | Re: BUG #18735: Specific multibyte character in psql file path command parameter for Windows |
Дата | |
Msg-id | 3066301.1733530061@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Re: BUG #18735: Specific multibyte character in psql file path command parameter for Windows (Tatsuo Ishii <ishii@postgresql.org>) |
Ответы |
Re: BUG #18735: Specific multibyte character in psql file path command parameter for Windows
|
Список | pgsql-bugs |
Tatsuo Ishii <ishii@postgresql.org> writes: > I think the encoding we need to supply to canonicalize_path() is not > necessarily the same as client_encoding. For example we could set > client_encoding to UTF-8 but use a file which has Shift-JIS encode > file name. I think what we really need to supply to > canonicalize_path() is the "file system encoding", not > client_encoding. That was what I was thinking yesterday, but seems to me it could not really work to have client_encoding set to UTF-8 while you're trying to type an SJIS file name. Even if your terminal program doesn't mangle anything, it's likely that psqlscan.l will. I suppose if we think that's the situation, we could try to translate the file path names from UTF8 to SJIS. But that's a chunk of functionality that doesn't exist right now, plus I'm afraid it'd often make things worse not better. We don't have nearly as much certainty as we could wish about which encoding incoming data is in. regards, tom lane
В списке pgsql-bugs по дате отправления: