Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: remove unicode in wx_compat #4572

Merged

Conversation

tacaswell
Copy link
Member

This looks like it is a non-break space (or so emacs claims)

         position: 340 of 472 (72%), column: 2
        character:   (displayed as  ) (codepoint 160, #o240, #xa0)
preferred charset: unicode (Unicode (ISO10646))

code point in charset: 0xA0
script: latin
syntax: . which means: punctuation
category: .:Base, b:Arabic, j:Japanese, l:Latin
to input: type "C-x 8 RET HEX-CODEPOINT" or "C-x 8 RET NAME"
buffer code: #xC2 #xA0
file code: #xC2 #xA0 (encoded by coding system utf-8-unix)
display: by this font (glyph code)
xft:-unknown-Liberation Mono-normal-normal-normal--13----m-0-iso10646-1 (#x62)
hardcoded face: nobreak-space

Character code properties: customize what to show
name: NO-BREAK SPACE
old-name: NON-BREAKING SPACE
general-category: Zs (Separator, Space)
decomposition: (noBreak 32) (noBreak ' ')

This looks like it is a non-break space (or so emacs claims)

             position: 340 of 472 (72%), column: 2
            character:   (displayed as  ) (codepoint 160, #o240, #xa0)
    preferred charset: unicode (Unicode (ISO10646))
code point in charset: 0xA0
               script: latin
               syntax: . 	which means: punctuation
             category: .:Base, b:Arabic, j:Japanese, l:Latin
             to input: type "C-x 8 RET HEX-CODEPOINT" or "C-x 8 RET NAME"
          buffer code: #xC2 #xA0
            file code: #xC2 #xA0 (encoded by coding system utf-8-unix)
              display: by this font (glyph code)
    xft:-unknown-Liberation Mono-normal-normal-normal-*-13-*-*-*-m-0-iso10646-1 (#x62)
       hardcoded face: nobreak-space

Character code properties: customize what to show
  name: NO-BREAK SPACE
  old-name: NON-BREAKING SPACE
  general-category: Zs (Separator, Space)
  decomposition: (noBreak 32) (noBreak ' ')
@tacaswell tacaswell added this to the next point release milestone Jul 1, 2015
@tacaswell tacaswell added the Release critical For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions. label Jul 1, 2015
@jenshnielsen
Copy link
Member

Sorry about that. Don't know how that happened

jenshnielsen added a commit that referenced this pull request Jul 1, 2015
@jenshnielsen jenshnielsen merged commit 3f82e0a into matplotlib:master Jul 1, 2015
@tacaswell tacaswell deleted the fix_non_ascii_in_wx_compat branch July 8, 2015 03:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Release critical For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants