fadmaa / grefine-rdf-extension

An extension to Google Refine that enables graphical mapping of Google Refine project data to an RDF skeleton and then exporting it in RDF format
http://refine.deri.ie
Other
94 stars 55 forks source link

urlify() & non-ascii chars #10

Open ktk opened 13 years ago

ktk commented 13 years ago

While using urlify() I noticed that German umlauts get simply trashed. I'm actually not sure how this could be done properly but I propose that the handling works a bit more intelligent than that, especially in regards of other languages which are not in ASCII.

tr3vr commented 8 years ago

Hi @ktk , I found that using the ICU4Refine extension to transliterate() and then urlify() works well for non-ascii UT8 encoded stuff.

ktk commented 8 years ago

Thanks @tr3vr that looks like a good workaround. Could be integrated into OpenRefine.