``GPGStrategy.sign()`` will now raise ``BzrBadParameterUnicode`` if you pass a Unicode string rather than an 8-bit string. It doesn't make sense to sign a Unicode string, and it turns out that some versions of python will write out the raw Unicode bytes rather than encoding automatically. So fail and make callers do the right thing.