[ Index ]

PHP Cross Reference of MediaWiki-1.24.0

title

Body

[close]

/languages/classes/ -> LanguageTr.php (summary)

Turkish (Türkçe) specific code. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

File Size: 60 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

LanguageTr:: (2 methods):
  ucfirst()
  lcfirst()


Class: LanguageTr  - X-Ref

Turkish (Türkçe)

Turkish has two different i, one with a dot and another without a dot. They
are totally different letters in this language, so we have to override the
ucfirst and lcfirst methods.
See http://en.wikipedia.org/wiki/Dotted_and_dotless_I
and @bug 28040
ucfirst( $string )   X-Ref

param: string $string
return: string

lcfirst( $string )   X-Ref

param: string $string
return: mixed|string



Generated: Fri Nov 28 14:03:12 2014 Cross-referenced by PHPXref 0.7.1