PHP Classes

Problem with russian text

Recommend this page to a friend!

      MsDoc Generator  >  All threads  >  Problem with russian text  >  (Un) Subscribe thread alerts  
Subject:Problem with russian text
Summary:Problem with russian text
Messages:2
Author:Alexander
Date:2005-10-19 13:26:58
Update:2005-10-19 13:45:17
 

  1. Problem with russian text   Reply   Report abuse  
Picture of Alexander Alexander - 2005-10-19 13:26:58
I'll try to write in russian, document opens in wrong encoding. What to do this this?

Thanks for answer.

  2. Re: Problem with russian text   Reply   Report abuse  
Picture of Alexander Alexander - 2005-10-19 13:45:17 - In reply to message 1 from Alexander
Already found the answer.

in "function outputBody"

change "lang=PT-BR" on "lang=RU"

and in "function outputHeader"

change "charset=windows-1252" on "charset=windows-1251"

Thanks!