> I've tested it with Russian version of man. > it works ok, except 1 warning: > > PHP Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /nfs/phpdoc/scripts/html_syntax.php on line 24
This used to be a PHP bug in older PHP versions, that it does not like to find \ at many places (regardless that the backslash is at a fine place). You probably have an old PHP setup (?). Goba
