Bug: WikiWords in cyrillic aren't autolinked
Inserting WikiWords in cyrillic (KOI8-R) does not result in autolinked TopicName
Test case
Set $useLocale = 1; $siteLocale = "ru_RU.KOI8-R"; $siteCharsetOverride = ""; $localeRegexes = 1; in TWiki.cfg
Then try create topic like this:
ЭтоПробаРусскогоИмени.
(But I am not sure this russian text will be readable correctly in non-cyrillic environment.)
Environment
--
VladimirPodryvanov - 05 Sep 2004
Workaround
See
GermanUmlauteBreakWikiWords
Follow up
This is related to
GermanUmlauteBreakWikiWords.
RichardDonkin is currently busy with other things, could someone look into fixing this? This is a showstopper for non-English sites using
TWikiRelease01Sep2004.
--
PeterThoeny - 05 Sep 2004
I managed to fix it by inserting "use locale;" in TWiki/Render.pm Is it right thing?
--
VladimirPodryvanov - 05 Sep 2004
Fix record
Note: To fix TWiki on your own non-English site apply two patches,
GermanUmlauteBreakWikiWords and
CyrillicTopicNameError. Thanks to Steffen and Vladimir.
--
PeterThoeny - 06 Sep 2004