mirror of
https://github.com/KDE/konsole.git
synced 2026-05-19 03:57:43 -04:00
remove old, broken test script
The script no longer works and was only for a 2011 bug which was fixed.
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
#! /usr/bin/python
|
||||
import unicodedata
|
||||
|
||||
# https://bugs.kde.org/show_bug.cgi?id=96536
|
||||
|
||||
print "The same word should be displayed 4 times."
|
||||
print
|
||||
u = u'Ha\u0308mikon'
|
||||
u1 = unicodedata.normalize('NFC', u)
|
||||
u2 = unicodedata.normalize('NFD', u)
|
||||
u3 = unicodedata.normalize('NFKD', u)
|
||||
u4 = unicodedata.normalize('NFKC', u)
|
||||
print u1, u2, u3, u4
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user