Go to the source code of this file.
Variables | |
if (php_sapi_name()!= 'cli') | |
This script generates Utf8Case.inc from the Unicode Character Database and supplementary files. | |
$in = fopen("UnicodeData.txt", "rt" ) | |
if(!$in) | $wikiUpperChars = array() |
$wikiLowerChars = array() | |
print Reading character definitions | n |
$out = fopen("Utf8Case.php", "wt") |
$in = fopen("UnicodeData.txt", "rt" ) |
Definition at line 36 of file Utf8CaseGenerate.php.
Referenced by LanguageLa::convertGrammar(), Exif::debug(), CBTProcessor::doOpenFunction(), CBTCompiler::doOpenFunction(), CBTProcessor::doOpenText(), CBTCompiler::doOpenText(), SiteConfiguration::doReplace(), csvStatsOutput::element(), textStatsOutput::element(), Language::iconv(), LanguageEo::iconv(), Exif::isASCII(), Exif::isByte(), Exif::isLong(), Exif::isRational(), Exif::isShort(), Exif::isSlong(), Exif::isSrational(), Exif::isUndefined(), wfParserTestParserHookHook(), and wfParserTestStaticParserHookHook().
$out = fopen("Utf8Case.php", "wt") |
Definition at line 64 of file Utf8CaseGenerate.php.
Referenced by SiteConfiguration::arrayMerge(), benchmarkForm(), ProtectionForm::buildForm(), ProtectionForm::buildSelector(), FormOptions::consumeValues(), LanguageLa::convertGrammar(), MonoBookTemplate::customBox(), ModernTemplate::customBox(), SpecialRecentChanges::doHeader(), Parser::doTableStuff(), Xml::element(), SkinMonoBookCBT::execute(), PPFrame_Hash::expand(), PPFrame_DOM::expand(), Xml::expandAttributes(), SpecialVersion::extensionCredits(), extensionTabLinks(), UtfNormal::fastCombiningSort(), UtfNormal::fastCompose(), UtfNormal::fastDecompose(), BrokenRedirectsPage::formatResult(), SpecialSearch::formHeader(), BagOStuff::get_multi(), getCopyright(), getCopyrightIcon(), UsersPager::getPageHeader(), PreferencesForm::getToggles(), Language::iconv(), LanguageEo::iconv(), checkUsernames::main(), Parser::markerSkipCallback(), Licenses::msg(), SpecialAllpages::namespaceForm(), SpecialPrefixindex::namespacePrefixForm(), SpecialVersion::openExtType(), XmlDumpWriter::openPage(), SpecialPage::outputHeader(), SkinMonoBookCBT::outputPage(), QueryPage::outputResults(), ImageQueryPage::outputResults(), SkinMonoBookCBT::pagecss(), DiffHistoryBlob::patch(), UtfNormal::placebo(), SpecialSearchOld::powerSearchBox(), SpecialSearch::powerSearchBox(), SpecialResetpass::pretty(), SearchHighlighter::process(), randomString(), Article::rollback(), ParserTest::runTest(), SkinTemplate::setupPageCss(), SpecialSearchOld::shortDialog(), SpecialSearch::shortDialog(), SpecialAllpages::showChunk(), UploadForm::showDeletionLog(), EditPage::showDeletionLog(), SpecialSearchOld::showInterwiki(), SpecialSearch::showInterwiki(), SpecialSearchOld::showInterwikiHit(), SpecialSearch::showInterwikiHit(), SpecialAllpages::showline(), LogViewer::showList(), ProtectionForm::showLogExtract(), MovePageForm::showLogFragment(), IPBlockForm::showLogFragment(), SpecialSearchOld::showMatches(), SpecialSearch::showMatches(), SpecialPrefixindex::showPrefixChunk(), MovePageForm::showSubpages(), SpecialAllpages::showToplevel(), Language::stripForSearch(), PPFrame_Hash::virtualBracketedImplode(), PPFrame_DOM::virtualBracketedImplode(), PPFrame_Hash::virtualImplode(), PPFrame_DOM::virtualImplode(), wfArrayMerge(), wfHtmlValidationHandler(), wfMergeErrorArrays(), wfQuotedPrintable(), XmlDumpWriter::writeContributor(), XmlDumpWriter::writeLogItem(), XmlDumpWriter::writeRevision(), and XmlDumpWriter::writeUploads().
$wikiLowerChars = array() |
Definition at line 44 of file Utf8CaseGenerate.php.
if (!$in) $wikiUpperChars = array() |
Definition at line 43 of file Utf8CaseGenerate.php.
Definition at line 46 of file Utf8CaseGenerate.php.