Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/python/modules/TextTools/Constants/Sets.py')
-rw-r--r--intern/python/modules/TextTools/Constants/Sets.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/python/modules/TextTools/Constants/Sets.py b/intern/python/modules/TextTools/Constants/Sets.py
index bf260aa3e0c..5915a531b10 100644
--- a/intern/python/modules/TextTools/Constants/Sets.py
+++ b/intern/python/modules/TextTools/Constants/Sets.py
@@ -10,8 +10,8 @@ import string
a2z = 'abcdefghijklmnopqrstuvwxyz'
A2Z = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
-umlaute = 'äöüß'
-Umlaute = 'ÄÖÜ'
+umlaute = '„÷’ž'
+Umlaute = 'ýÙ›'
alpha = A2Z + a2z
german_alpha = A2Z + a2z + umlaute + Umlaute
number = '0123456789'