Hi,<br><br>I need to generate the documentation on my erlang modules in russian. I try to use edoc and docbuilder (they use the same functions however), but I get the error:<br><br>-------------------------------------------------------------------------<br>
** exception exit: {badarg,[{io,put_chars,<br>                                [<0.74.0>,<br>                                 ["<?xml version=\"1.0\" encoding=\"latin1\" ?>\n",<br>
                                  "<!DOCTYPE erlref SYSTEM \"erlref.dtd\">\n",<br>........<br>in function  io:o_request/2<br>in call from edoc_lib:write_file/4<br>-------------------------------------------------------------------------<br>
<br>If I write comments in English there are no errors, but I need documentation in russian. Can you help me? Files encoding is utf-8.<br><br>Thank you.<br>