git.ucc.asn.au
/
frenchie
/
icalparse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de76747
)
Fixed missing length parameter
0.7.1
version-0.7.1
author
James French
<
[email protected]
>
Mon, 2 Aug 2010 16:34:00 +0000
(
00:34
+0800)
committer
James French
<
[email protected]
>
Mon, 2 Aug 2010 16:34:00 +0000
(
00:34
+0800)
icalparse.py
patch
|
blob
|
history
diff --git
a/icalparse.py
b/icalparse.py
index
3949c3d
..
395283f
100755
(executable)
--- a/
icalparse.py
+++ b/
icalparse.py
@@
-68,7
+68,7
@@
def lineFolder(oldcal, length=75):
# Convert up to length octets to unicode, dropping any
# half characters
- ufold = unicode(line[0:
75
], 'utf-8', 'ignore')
+ ufold = unicode(line[0:
ll
], 'utf-8', 'ignore')
fold = ufold.encode('utf-8')
# Remove what we've converted from the line
UCC
git Repository :: git.ucc.asn.au