GenoPro Home
GenoPro Home  |  Get Started With My Genealogy Tree  |  Buy  |  Login  |  Privacy  |  Search  |  Site Map
 
Descendant_Tree_2014.02.18


https://support.genopro.com/Topic33300.aspx
Print Topic | Close Window

By Alex - Sunday, March 9, 2014
Can not translate the lines 1167-1169 in dictionary (the word with 'wedding').
After translation 'Religious wedding'  on 'венчание' see this code:
 \u1042?\u1077?\u1085?\u1095?\u1072?\u1085?\u1080?\u1077?
No problems for other words.
By genome - Tuesday, March 11, 2014
A simple typo on my part.  The field was being 'RTF' encoded (i.e. unicode if not ASCII) even when an HTML report was required because I had sUnionType.rtfEncode(web) instead of sUnionType.rtfEncode(!web) (line 160 DescendantTree.js).

Fixed in version 2014.03.11