[TYPO3-doc] Frontend Localization Guide

Martin Bless m.bless at gmx.de
Mon Dec 31 12:04:45 CET 2012


Hello Philipp,

welcome to the final day of 2012.

>Hi all,
>
>What has happended here?
>http://docs.typo3.org/typo3cms/FrontendLocalizationGuide/LocalizedContent/Index.html
>
>It seems like the whole chapter is broken.
>
>Best regards

Fixed!

Thanks for reporting. Background: Here we ran into the issue for
the first time that titles (and therefore links, urls, ...) have
to deal with Unicode because of the à in "Templavoilà".

In the Sphinx code there is a function definition:
  b = str

which is lateron used to convert the type of strings if necessary:

  s = b(someString)

It seems that we have to use:
  b = unicode

as we are not on Python 3.x yet, which only knows Unicode for
strings. Anyway, with this

  unicodeStr = b(someString)

all pages are present and the warnings.txt file is empty.

Let's have a great 2013!

Martin

-- 
Certified TYPO3 Integrator | TYPO3 Documentation Team Member

http://mbless.de


More information about the TYPO3-project-documentation mailing list