Page MenuHomePhabricator
Feed Advanced Search

Sep 8 2017

Drbug created T175356: Enable WikidataPageBanner extension on ru.wikimedia.org.
Sep 8 2017, 11:48 AM · Patch-For-Review, User-MarcoAurelio, Wikimedia-Site-requests

Mar 24 2017

Drbug added a comment to T161263: Wikidata does not accept characters ending in \x85 (Cyrillic х, Armenian Յ, Arabic م etc.) in labels/aliases/descriptions.

I'm now even more convinced that the problem is with the code that replaces 0x85 (incorrectly treated as NEL) with 0x0D+0x0A (CR+LF).
Because xD1 x0D (or xD1 x0A), xD3 x0D (or xD3 x0A), etc. are malformed UTF-8 sequences indeed.

Mar 24 2017, 11:37 AM · User-notice-archive, MediaWiki-extensions-WikibaseRepository, Wikidata-Former-Sprint-Board, Regression, Wikidata
Drbug added a comment to T161263: Wikidata does not accept characters ending in \x85 (Cyrillic х, Armenian Յ, Arabic م etc.) in labels/aliases/descriptions.

May it be related to the fact that Unicode NEL character (Next Line) is U+0085?
Hence, it should be 0xC2 0x85 in UTF-8, but some code that checks for new lines might check just against 0x85 instead by mistake.

Mar 24 2017, 10:10 AM · User-notice-archive, MediaWiki-extensions-WikibaseRepository, Wikidata-Former-Sprint-Board, Regression, Wikidata