Bug 35485 - Spaces in text input get translated to ASCII 0xA0
Summary: Spaces in text input get translated to ASCII 0xA0
Status: RESOLVED DUPLICATE of bug 35457
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (Intel) OS X 10.6
: P2 Major
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-27 13:36 PST by Ben Goren
Modified: 2010-02-27 13:39 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Goren 2010-02-27 13:36:14 PST
The summary pretty much says it all. If you examine the text of this very message, you will see that what appear to be spaces are NOT ASCII 0x20, but rather 0xA0.

Alternatively, type something into a text box. Copy it. In a Terminal session, launch Vim. Paste the text with ``r!pbpaste.'' Position the cursor over a space, and use ``ga'' to see the ASCII value.
Comment 1 Alexey Proskuryakov 2010-02-27 13:39:46 PST

*** This bug has been marked as a duplicate of bug 35457 ***