This script replaces Turkish characters (âÂçÇğĞıîÎİöÖşŞûÛüÜ) with LaTeX code. Alternatively, you can put the lines
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[turkish]{babel}
in your LaTeX document to get Turkish language and keyboard support.
Bu program Türkçe harfleri (âÂçÇğĞıîÎİöÖşŞûÛüÜ) LaTeX koduna çevirir. Alternatif olarak, şu satırları
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[turkish]{babel}
dokümanınıza koyarak Türkçe klavye ve dil desteğini kullanabilirsiniz.