After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 610928 - In US-international keyboard layout you get fancy quotes instead of regular ones
In US-international keyboard layout you get fancy quotes instead of regular ones
Status: RESOLVED DUPLICATE of bug 569581
Product: gtk+
Classification: Platform
Component: Backend: Win32
2.16.x
Other Windows
: Normal normal
: ---
Assigned To: gtk-win32 maintainers
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2010-02-24 11:22 UTC by Noam Yorav-Raphael
Modified: 2010-02-24 12:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Noam Yorav-Raphael 2010-02-24 11:22:12 UTC
Hello,

If you use the US-international keyboard layout and type text in a textbuffer or an entry, you get fancy quotes instead of the normal quotes you get in native win32 apps:

¨ ´
instead of
" '

I used notepad to create the latter.

To write quotes in this layout, you have to type the quote key (" or ') and then space.

To reproduce, just add the US-international keyboard layout and try typing quotes in a text view.

I report this as a follow up on https://bugs.launchpad.net/dreampie/+bug/525469 - when programming, it really makes a difference...

Thanks,
Noam
Comment 1 Tor Lillqvist 2010-02-24 11:43:28 UTC

*** This bug has been marked as a duplicate of bug 569581 ***
Comment 2 Tor Lillqvist 2010-02-24 11:44:42 UTC
(I assume this is on Windows, based on the "OS" field? If not, please reopen.)
Comment 3 Tor Lillqvist 2010-02-24 11:47:37 UTC
(Ah, yes you indeed implicitly say so when you compare to "native" win32 apps.) 

(Btw, I dislike the use of the term "native" to indicate apps that use some  Microsoft toolkit. GTK+ apps on Windows aren't any less "native", as the opposite of "native" is "emulated" or "interpreted", neither of which attributes suits a GTK+ app on Windows.)
Comment 4 Noam Yorav-Raphael 2010-02-24 12:01:35 UTC
Sorry about the terminology. Personally it doesn't matter to me at all how the application GUI was written, and PyGTK is a great way to write GUI applications. However, I don't think of a better term: I could use "applications that use the standard win32 gui library" or something, but that's much longer than "native applications".