[pywin32-bugs] [ pywin32-Bugs-1746689 ] National characters (Polish) are entered incorrectly
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2012-01-28 05:16:21
|
Bugs item #1746689, was opened at 2007-07-02 10:43 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1746689&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: pythonwin Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: admindomeny (admindomeny) Assigned to: Nobody/Anonymous (nobody) Summary: National characters (Polish) are entered incorrectly Initial Comment: Entering (Polish) national characters using standard Windows keyboard (using so called "Polish Programmer's Keyboard") enters wrong Unicode characters. OS: Win XP SP2, Polish edition. I have tried changing fonts to what are Unicode fonts as far as I know (Times New Roman, Arial, etc), including fonts designated as "CE" in Windows (Central Europe) as well. It doesn't work. I made sure that Polish Programmer's Keyboard is turned on which gives me correct encoding in almost all Windows applications, including Unicode editors like UniRed. Still, Pythonwin shell in particular thinks that AltGr+a (standard way of entering 'LATIN SMALL LETTER A WITH OGONEK') is actually 'SUPERSCRIPT ONE' for example. To summarize: 1. IDLE edits the text in Unicode correctly provided there's a #-*- coding: utf-8 -*- header in first line. 2. Pythonwin executes that file correctly. 3. Pythonwin enters national characters INCORRECTLY (at least as far as Polish is concerned, but I suspect this is also the case with other languages). See attached screenshot for visualisation of the problem. ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2012-01-27 21:16 Message: I think this will be fixed in recent builds - please reopen if not. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1746689&group_id=78018 |