Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

internationalisation #4

Open
andywebber opened this issue Feb 28, 2010 · 2 comments
Open

internationalisation #4

andywebber opened this issue Feb 28, 2010 · 2 comments

Comments

@andywebber
Copy link
Owner

proposed fix
$this->Lexer->addSpecialPattern('ORPHANSWANTED:[^~]+',$mode,'plugin_orphanswanted');
needs checking out

@RedRat
Copy link

RedRat commented May 17, 2010

It was my patch, and it works for me (I have a Russian-language Wiki). But there is a small error with a large consequences: all russian letters "г" (ANSI:0xE3, UTF-8: D0B3) plugin change to russian letters "У" (ANSI:0xD3, UTF-8: D0A3). Because of it all pages with letter "г" in name looks like "broken" or "empty".

@RedRat
Copy link

RedRat commented Jul 27, 2011

There is one more issue with non-latin symbols: in the line #135 function strtolower have to be changed to mb_strtolower.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants