moved winix directories to winixdsubdirectory

git-svn-id: svn://ttmath.org/publicrep/winix/trunk@1028 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2016-03-17 08:26:02 +00:00
parent ed5adb3f23
commit 145efe937c
246 changed files with 0 additions and 0 deletions

21
winixd/locale/substitute Normal file
View File

@@ -0,0 +1,21 @@
# these tables are used to change url characters
# one character from 'url_original' table at a specific position
# will be translated to one character from 'url_changeto' at the same position
url_original = "ąćęłńóśźżĄĆĘŁŃÓŚŹŻ"
url_changeto = "acelnoszzacelnoszz"
# these tables are used to change from small to capital letters
# ASCII characters (a-z, A-Z) are tested beforehand
# so these tables are not used for such characters
smallleters = "ąćęłńóśźż"
capitalics = "ĄĆĘŁŃÓŚŹŻ"
# ASCII characters (a-z, A-Z) are tested beforehand
# so this table are not used for such characters
sort = ( "ąa1", "ćc1", "ęe1", "łl1", "ńn1", "óo1", "śs1", "źz1", "żz2",
"ĄA1", "ĆC1", "ĘE1", "ŁL1", "ŃN1", "ÓO1", "ŚS1", "ŹZ1", "ŻZ2" )