TW

Results 2664 comments of TW

``` >>> unicodedata.normalize('NFC', u'a\u0308') u'\xe4' ```

https://stackoverflow.com/questions/18137554/how-to-convert-path-to-mac-os-x-path-the-almost-nfd-normal-form

https://pypi.org/project/nfd2nfc/ about the usual normalization forms on linux / macOS.

moin 1.9 code: - does not normalize page text in any way (it is just whatever you typed in), so "not normalized" vs NFC vs NFD is unknown. - does...

**Original comment by Thomas Waldmann (Bitbucket: [thomaswaldmann](https://bitbucket.org/thomaswaldmann), GitHub: [thomaswaldmann](https://github.com/thomaswaldmann)).** ---------------------------------------- this should be on hold until we have a new plugin system, then it might resolve automatically. :)

IIRC I had a quick look once, but it didn't look easy to solve.

For the in_out tests, it is also advisable to use this style: ``` (u"...", u"..."), ``` Then it is visually rather obvious that upper and lower string are same (or...

You'll run into problems with both styles. The latter one will not work of there is some english text inside with apostrophes. Triple-(double-)quotes would work for all cases, but somehow...

``` python setup.py sdist # result is in dist/... ```

seems to happen only for `#deprecated` pages.