Fixed macroman<->latin1 conversion. Some chars don't
exist in latin1, but at least the roundtrip results in the
same macroman characters.
diff --git a/Mac/Contrib/BBPy.lm/BBPy.c b/Mac/Contrib/BBPy.lm/BBPy.c
index 85f0dd2..bcb8d4e 100644
--- a/Mac/Contrib/BBPy.lm/BBPy.c
+++ b/Mac/Contrib/BBPy.lm/BBPy.c
@@ -56,7 +56,7 @@
 	r.last_start = pb.fCalcRunParams.fStartOffset;
 	r.pos = pb.fCalcRunParams.fStartOffset;
 	r.p = ((unsigned char*)pb.fText) + pb.fCalcRunParams.fStartOffset;
-	// Adjust for the gap if we¹re not already past it.
+	// Adjust for the gap if weÕre not already past it.
 	if ((!r.past_gap) && (r.pos >= pb.fTextGapLocation)){
 		r.p += pb.fTextGapLength;
 		r.past_gap = true;