mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-05 01:00:52 +00:00
link to tickets
This commit is contained in:
parent
f8a78c996a
commit
8df1ed1ba6
@ -1476,6 +1476,9 @@ class Packing(testutil.ReallyEqualMixin, unittest.TestCase):
|
|||||||
# Hypothesis found that a name with "\x2000" does not make the
|
# Hypothesis found that a name with "\x2000" does not make the
|
||||||
# round-trip properly .. so for now we'll only give the packer
|
# round-trip properly .. so for now we'll only give the packer
|
||||||
# normalized names.
|
# normalized names.
|
||||||
|
# See also:
|
||||||
|
# https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2606
|
||||||
|
# https://tahoe-lafs.org/trac/tahoe-lafs/ticket/1076
|
||||||
name = unicodedata.normalize('NFC', name)
|
name = unicodedata.normalize('NFC', name)
|
||||||
|
|
||||||
kids = {
|
kids = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user