MediaWiki REL1_39
LanguageGan.php
Go to the documentation of this file.
1<?php
29class LanguageGan extends LanguageZh {
37 public function normalizeForSearch( $string, $autoVariant = 'gan-hans' ) {
38 // LanguageZh::normalizeForSearch
39 return parent::normalizeForSearch( $string, $autoVariant );
40 }
41}
Gan Chinese.
normalizeForSearch( $string, $autoVariant='gan-hans')
word segmentation
Chinese-specific code.