Hi, maybe a similar problem:
http://comments.gmane.org/gmane.comp.python.sphinx.devel/3699 With a suggestion from Roberta Alsina: > You are probably having it "fixed" by smartypants. > > You could disable it using the option > > html_use_smartypants=False > > in your conf.py Just a thought Lothar > >> In that example, the two-char sequence results from an apostroph ' . > > > > AFAIK, Sphinx uses "smartypants" to convert > > > > Character ' (39, 0x27) APOSTROPHE > > * neutral (vertical) glyph with mixed usage > > > > to > > > > Character '’' (8217, 0x2019) > > 2019 RIGHT SINGLE QUOTATION MARK > > = single comma quotation mark > > * this is the preferred character to use for apostrophe > > > > At least this is what I see in the first section heading. > > > > Maybe you can disable this replacement. > > If I know how; although I would prefer a real fix / explanation. > > >> I think that my vim on my institute computer writes out just plain > >> ASCII (i.e., not 16bit Unicode). ``file`` says:: > > > >> ASCII English text > > > > If it really writes just ASCII, how do you write Röntgen in your > > source files? > > I don't. I write Roentgen. I switched my keyboard to US layout since DE > layout is terrible for programming too. > > >> If anyone has an idea how to track this down, it's very much > welcome. > > > > In "Romstedt’s", the three bytes of the UTF-8 representation of the > > Character '’' (8217, 0x2019) RIGHT SINGLE QUOTATION MARK are treated > > as three characters. > > Three bytes? Meaning ' is an digraph even though it is Unicoded? I > remember there are several possibilities to encode some characters in > Unicode. > > > How do you specify the title? > > Currently by the headline. I will try the .. title:: next. > > > What is the locale encoding? > > Mixed. The system has german i18n but I changed keyboard layout to US > so I guess LOCALE is us_US.something. I remember MATLAB complaining > about inconsistencies upon startup. I will investigate it. > > CU > Friedrich > > -- > You received this message because you are subscribed to the Google > Groups "sphinx-dev" group. > To post to this group, send email to sphinx-dev@googlegroups.com. > To unsubscribe from this group, send email to sphinx- > dev+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/sphinx-dev?hl=en. -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to sphinx-dev@googlegroups.com. To unsubscribe from this group, send email to sphinx-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en.