-
Notifications
You must be signed in to change notification settings - Fork 23
/
turkish-deasciify.1
35 lines (28 loc) · 961 Bytes
/
turkish-deasciify.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
.TH turkish-deasciify 1 "21 Jul 2010" "version 0.1"
.SH NAME
turkish-deasciify - deasciify a Turkish text
.SH SYNOPSIS
.B turkish-deasciify
.SH DESCRIPTION
Reads text from standard input and tries to deasciify it.
.PP
If you try to write Turkish text without using Turkish letters (e.g. maybe you
don't have a Turkish keyboard) and then need to convert that into correct form
of Turkish then you can use this utility.
.SH EXAMPLES
.PP
$ echo "Opusmegi cagristiran catirtilar." | turkish-deasciify
.PP
$ cat somefile.txt | turkish-deasciify
.SH AUTHOR
Written by Emre Sevinç <[email protected]>
.SH CREDITS
Original idea and implementation (in Emacs Lisp) by Deniz Yüret.
.PP
Initial Debian packaging by Recai Oktaş.
.SH SEE ALSO
For the theory behind the system please read the following:
.PP
http://denizyuret.blogspot.com/2006/11/greedy-prepend-algorithm-for-decision.html
.PP
http://denizyuret.blogspot.com/2006/11/emacs-turkish-mode.html