I am writing documentation for a package using Workbench v2.0 and Mathematica v9.0.1, and certain Symbols defined by my package have special (Greek) characters characters e.g. Unitλ.
As I am building the documentation, I am running into problems when trying to get links to these Symbol pages.
Firstly, Workbench fails to properly recognize the symbol name from the .m file, and recommends that I create two distinct symbols--one for Unit and another for \[Lambda]:

Neither is acceptable, so I created a Symbol Page called "Unit[Lambda]". In the Guide page I use the B button in the Documentation Tools palette to browse for the specific symbol page it is supposed to link to.
Issue 1: After Building the documentation, and Previewing the guide page, the link is simply not working. I have checked the URI and they match.

Solution: Apparently, this is solved by modifying the file docbuild.xml according to Simon Rochester's answer to the question: Creating cross-version compatible documentation with Workbench.
Issue 2: Furthermore, for these symbols with special characters, upon calling the usage via ? Unit\[Lambda], I am not getting the relevant >> link to the documentation center:

Is there a solution the problem of the missing >> link in the usage box? I am basically looking for almost any solution: playing around with files after "Build"ing documentation is acceptable, as long as after it is deployed to other machines, everything works as normal.
Unitλpage work? Can you accessUnitλpage by pressingF1with cursor onUnitλsymbol? – jkuczm Dec 06 '14 at 10:32Unitλdoesn't show up. But links within other symbol/guide pages pointing toUnitλall work fine (corrected by Issue1). PressingF1has never gone directly to the relevant page (neither on MacOS or Windows) for any of my symbols; it has always gone to the Search results page which displays the relevant page as one of the top hits. Interestingly, even after implementing your hack, the link in the Search page pointing toUnitλdoes not work (goes to blank page) on both my Mac and Windows machine. – QuantumDot Dec 06 '14 at 12:30F1leads directly to symbol page (with additional link on top:Search for all pages containing Unitλ) in v8 and v9F1leads to search results page with link to symbol page as first result, clicking on it correctly leads toUnitλsymbol page. – jkuczm Dec 06 '14 at 13:58ButtonDataoption ofButtonBoxes present in source notebooks of those pages. Link on search result page is different, its URI is taken from URI cell from "Categorization" section ofUnitλsymbol source notebook, so make sure it's correct. Problem with this cell might be "invisible" i.e. extra space or some formatting box invisible in the notebook. To be absolutely sure it's correct useCell > Show Expressionand check that first element of cell expression is exactly"RapidSolver/ref/UnitLambda"string. – jkuczm Dec 06 '14 at 14:02UnitLambdaand make it again from scratch, this time naming it correctly right from the start. This solved the problem on MacOS and the link works from search pages, too. I also finally got my hands on a Linux machine with Mathematica 8.0.4, 9.0.1 and 10.0.1. The behavior is exactly as you describe in your comments, and all the links are working as intended. Many thanks for your help! [For some reason the problem still persists on Windows but I can live with that] – QuantumDot Dec 08 '14 at 13:39Pacletexpression with anIf[$VersionNumberand then just maintain a"WolframVersion"->"9+"and"8+"paclet info. I checked and theIfdoes seem to be respected. Ah. But thePackPacletfails. Nevermind. – b3m2a1 Sep 02 '17 at 18:32Messages/FullSimplify/timein Mathematica directory and foundPacletDB.mfile containing this "Resourcesrewrites". – jkuczm Sep 03 '17 at 12:39Resourceswork in version 8. – jkuczm Sep 03 '17 at 12:41