https://bugzilla.wikimedia.org/show_bug.cgi?id=45925

Mushroom <wikimushr...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wikimushr...@gmail.com

--- Comment #1 from Mushroom <wikimushr...@gmail.com> ---
The "malformed input" error is thrown by the RegexValidator in function
buildStringType from WikibaseDataTypeBuilders. It often happens when
copy-pasting text from other sources (see
http://www.wikidata.org/wiki/Wikidata:Project_chat#Error when adding
commonscat) and it is made worse by bug 63301 which sometimes adds newlines
when pressing return to save the claim, thus triggering the error.

The trimming was previously done in ValueView but it has since been removed
(see
http://github.com/wmde/ValueView/commit/0a8350999bb1ee028db9487286173aee0b20640f).
We could use the StringNormalizer class to trim the string and also remove
incomplete UTF-8 sequences (see related bug 50486), however I'm not familiar
with the data value processing code so I'm not sure where is the correct place
to do it.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to