Page 1 of 1

adding String with '&'

Posted: Tue Jan 14, 2003 11:35 am
by Bcs
lets have an example:
in a row in my Sil file I have this 2 strings
Language N1...Language N2
&Ok..................&OK

in my Dic file
Language N1...Language N2
Ok...................OK

when I add this row from the sil file :arrow:
Language N1...Language N2
Ok...................&OK

I think the result should be
Language N1...Language N2
Ok...................OK
&OK.................&OK

Is it a little Bug or am I a dummy programers :oops: :?: :?:

Posted: Tue Jan 14, 2003 7:34 pm
by isiticov
This is neither a bug and you're not "dummy" programmer. :-) The Dictionary Manager supposes that strings witn "&" could be used for same strings without "&". So it replaces "&" when finds references, this is why it adds &OK to OK. So this is a feature not a bug :-)