Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
175cecfa
Commit
175cecfa
authored
Apr 10, 2014
by
Damien George
Browse files
py: Make form-feed character a space (following C isspace).
Eg, in CPython stdlib, email/header.py has a form-feed character.
parent
a91f4140
Changes
1
Hide whitespace changes
Inline
Side-by-side
py/unicode.c
View file @
175cecfa
...
...
@@ -22,7 +22,7 @@
// table of attributes for ascii characters
STATIC
const
uint8_t
attr
[]
=
{
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
AT_SP
,
AT_SP
,
AT_SP
,
0
,
AT_SP
,
0
,
0
,
0
,
AT_SP
,
AT_SP
,
AT_SP
,
AT_SP
,
AT_SP
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
AT_SP
,
AT_PR
,
AT_PR
,
AT_PR
,
AT_PR
,
AT_PR
,
AT_PR
,
AT_PR
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment