repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update memcached client to 1.0.10
[mediawiki.git]
/
languages
/
LanguageSl.php
blob
e66a545f2a5125242f43160a89b68ebd83c17f45
1
<
?
2
# See language.doc
3
global
$IP
;
4
include_once
(
"
$IP
/Utf8Case.php"
);
5
6
class
LanguageSl
extends
LanguageUtf8
{
7
# Inherit everything
8
9
function
fallback8bitEncoding
() {
10
return
"windows-1250"
;
/* or iso 8859-2? */
11
}
12
}
13
14
?
>