Thank you, Anand
I'm download Sandcastle (September 2007 CTP version) , installed it and checked it's work. First time, changing file "..\Sandcastle\Examples\sandcastle\build_Sandcastle.bat" and run it to build CHM file for my .Net assembly. I'm find out that the full-text search don't work for russian words. It works fine for english words.
Second time, I'm adding <language id="1049" codepage="65001" name="0x0419 Russia" /> to ..\Sandcastle\ProductionTools\ChmBuilder.config file, and changing
"ChmBuilder.exe /project:%2 /html
utput\html /lcid:1033 /toc:Toc.xml /out:Chm" to
"ChmBuilder.exe /project:%2 /html
utput\html /lcid:1049 /toc:Toc.xml /out:Chm, and
"DBCSFix.exe /d:Chm /l:1033" to
"DBCSFix.exe /d:Chm /l:1049" in "..\Sandcastle\Examples\sandcastle\build_Sandcastle.bat" file.
Run build_Sandcastle.bat out, and after it, viewing CHM file. It's fine full-text search work for russian words.
Eddy