This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: ConfigParser's get method gives utf-8 for a utf-16 config...
Type: Stage:
Components: Library (Lib) Versions: Python 2.3
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: goodger Nosy List: goodger, kaishaku, loewis
Priority: normal Keywords:

Created on 2004-01-10 10:36 by kaishaku, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg19605 - (view) Author: Toyotomi Hideyoshi (kaishaku) Date: 2004-01-10 10:36
If I load a utf-16 document and do cfgparser.get, I get 
a utf-8 string.
msg19606 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2004-01-17 23:59
Logged In: YES 
user_id=21627

Can you provide a complete example? To my knowledge,
ConfigParser does not support utf-16 at all.
msg19607 - (view) Author: David Goodger (goodger) (Python committer) Date: 2004-09-24 00:30
Logged In: YES 
user_id=7733

It has been 8 months with no response/clarification/example
from kaishaku, so I'm closing the bug report.

Kaishaku, if you provide an example, we may re-open the bug
report. If English is a problem, I read and write Japanese;
you can send email to me directly.
History
Date User Action Args
2022-04-11 14:56:02adminsetgithub: 39798
2004-01-10 10:36:01kaishakucreate