I have a text in ascii. I use the ' for an apostroph. The problem is
this gives problems with the title method.  I don't want letters
after a ' to be uppercased. Here are some examples:

   argument       result          expected

  't smidje       'T Smidje       't Smidje
  na'ama          Na'Ama          Na'ama
  al pi tnu'at    Al Pi Tnu'At    Al Pi Tnu'at


Is there an easy way to get what I want?

Should the current behaviour condidered a bug?
My would be inclined to answer yes, but that may be
because this behaviour would be wrong in Dutch. I'm
not so sure about english.

-- 
Antoon Pardon
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to