Здравствуйте!
Пытаюсь локализовать хэлп к своему приложению. Английский вариант работает нормально, но в русском же что-то со шрифтами
Содержимое файла Application_16.cshlp
Application_16.xmlCode:<?xml version="1.0" ?> <?xml:stylesheet href="..\..\..\epoc32\tools\cshlpcmp\xsl\CSHproj.xsl" title="TD-Help " type="text/xsl"?> <!DOCTYPE cshproj SYSTEM "..\..\..\epoc32\tools\cshlpcmp\dtd\cshproj.dtd"> <cshproj> <helpfileUID>0x2002AF57</helpfileUID> <directories> <input></input> <output></output> <graphics></graphics> <working>temp\</working> </directories> <files> <source> <xmlfile>Application_16.xml</xmlfile> </source> <destination>Application_0x2002AF57.h16</destination> <customization>custom.xml</customization> </files> </cshproj>
и custom.xmlCode:<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE asptml SYSTEM "file:///C:/S60/devices/S60_3rd_FP2_SDK_v1.1/epoc32/tools/cshlpcmp/dtd/asptml.dtd"> <?xml:stylesheet href="file:///C:/S60/devices/S60_3rd_FP2_SDK_v1.1/epoc32/tools/cshlpcmp/xsl/asptml.xsl" title="asptml" type="text/xsl"?> <asptml> <uid value="0x2002AF57"/> <topic> <category>Application</category> <topictitle>Application</topictitle> <synonyms>Application</synonyms> <context contextUID="Application_Information"/> <index>Application</index> <p>Текст Текст</p> </topic> </asptml>
Повторюсь, что при смене локали аппарата корректно меняется и фелп-файл, только вот в русском отображаются "кракозябры".Code:<?xml version="1.0"?> <!DOCTYPE cshcust SYSTEM "..\..\..\epoc32\tools\cshlpcmp\dtd\CSHcust.dtd"> <?xml:stylesheet href="..\..\..\epoc32\tools\cshlpcmp\xsl\cshcust.xsl" title="CS-Help customization" type="text/xsl"?> <cshcust> <parastyle name="body" font="sansserif" size="10"/> <parastyle name="tip" font="sansserif" size="10" left="20"></parastyle> <parastyle name="note" font="sansserif" size="10" left="20"></parastyle> <parastyle name="important" font="sansserif" size="10" left="20"></parastyle> <body style="body"/> <titlestyle fontstyle="sansserif" size="10"/> <listbullet1style bulletchar="8226"/> <listbullet2style bulletchar="8226"/> <lists leftindent="20"/> </cshcust>
Спасибо!

Reply With Quote




