RandomSec/extensions/wikidata
Tom Morris f88c0e3657
Preserve international characters in project/file names on import/export (#2720)
* Preserve international characters on import/export

Fixes #1352. Preserve non-ASCII characters in project names on
project creation and filenames on export.

Uses existing filename cleaner with the addition of a few
more characters from StackOverflow, plus "#" which messes
up the download URL. Also URIencode download URL.

Removes unused I18N-incompatible cleaning function from
Wikidata extension rather than fixing it.

* Use common name cleaner function

Also preview cleaned table name instead of raw name, so user can see it.
Also add a TODO for better preview of column names
2020-06-18 22:06:46 +02:00
..
module Preserve international characters in project/file names on import/export (#2720) 2020-06-18 22:06:46 +02:00
src/org/openrefine/wikidata Fixed typos made in PR #2641 2020-06-10 09:45:53 +05:30
tests add archive column (#2573) 2020-06-15 19:56:00 +02:00
.gitignore gitignore for wikidata extension 2018-04-27 09:17:31 +02:00
credits.txt Add license headers, general cleanups on Java files 2018-04-27 09:17:33 +02:00
pom.xml Bump maven-compiler-plugin from 3.1 to 3.8.1 (#2728) 2020-06-15 11:20:38 +02:00