Converting website from Baraha fonts to Unicode
If you have a website created using Baraha fonts (or other 3rd party fonts supported by brhhtml tool), you can convert the entire website to Unicode automatically. You can also create and maintain the Unicode pages separately from the ANSI (Baraha Fonts) version.
Before you proceed, please make sure you have installed Baraha 7.0 Build 5 or later. Click here to access the brhhtml help.
<a href="kavana/content/index.htm"> This is good.
<a href="kavana/content/"> This is not good.
1. Lets say all the htm files are present under a directory called c:\data\vk\files
as shown below. Copy the brh2unc.bat and brh2unc_all.bat batch files to the directory one level above the
htm files. (ex: c:\data\vk\ ).

2. To convert all the htm files under the c:\data\vk\files directory, run the brh2unc_all.bat at the command prompt as shown below. If the OVERWRITE_SRC_FILE=1 is set in brhhtml.ini file, then the input files are overwritten by the output files. If OVERWRITE_SRC_FILE=0, then new files with the file names like xxx_unc.htm are created.

3. If you want to convert a single file say c:\data\vk\files\index.htm, run the brh2unc.bat at the command prompt passing the absolute path of the file as shown below.
