Hi,
On 27 Apr 2016, at 10:52, Mohammad Hossein Bateni
wrote: Thanks, Mojca!
This may be off-topic but may be fixable easily while you're at it. The source browser on the website does not work properly: it looks like the index is not up to date with the new directory structure after the separation of MkII and MkIV code. For instance, if I search for "sort" in source.contextgarden.net, the following appears among the top results.
http://source.contextgarden.net/tex/context/patterns/lang-es.lua?search=sort
Following the link produces "Internal Error - please restart the application!" perhaps because the file has now moved to tex/context/patterns/mkiv/lang-es.lua in the CONTEXT tree.
No, that was not it. It turns out that source browser assumed that the sources were 7-bit US-ASCII encoded, anything else produced an exception. I’ve changed it to use and accept UTF-8 instead, and now all seems fine again. Best wishes, Taco