ISO-TC211 / GOM

Group for Ontology Management
23 stars 5 forks source link

Issue with iso19115/-1/2018/CitationAndResponsiblePartyInformation.rdf #10

Closed heidivanparys closed 4 years ago

heidivanparys commented 4 years ago

There is an issue with file https://github.com/ISO-TC211/GOM/blob/master/isotc211_GOM_harmonizedOntology/iso19115/-1/2018/CitationAndResponsiblePartyInformation.rdf

When viewing it in GitHub, some characters are present that shouldn't be there. When viewing the published version on https://def.isotc211.org/ontologies/iso19115/-1/2018/CitationAndResponsiblePartyInformation.rdf , Firefox gives an error.

image

image

nicholascar commented 4 years ago

Hi @heidivanparys thanks for recording this. Yes, I've noticed this issue but haven't yet moved to addressing it. I'll likely try and do an all-repository clean for these ^M characters ASAP (within a week). Regards, Nick

BrodeurJS commented 4 years ago

Thanks for reporting this! We will be able to fix this shortly

Jean,

Le 20 avr. 2020 à 08:53, Heidi Vanparys notifications@github.com a écrit :

 There is an issue with file https://github.com/ISO-TC211/GOM/blob/master/isotc211_GOM_harmonizedOntology/iso19115/-1/2018/CitationAndResponsiblePartyInformation.rdf

When viewing it in GitHub, some characters are present that shouldn't be there. When viewing the published version on https://def.isotc211.org/ontologies/iso19115/-1/2018/CitationAndResponsiblePartyInformation.rdf , Firefox gives an error.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

BrodeurJS commented 4 years ago

Hi Nick,

This is an issue of encoding characters. For some reasons, GitHub doesn't like Unicode characters and we need to save .rdf files in UTF-8.

Jean,

Le 2020-04-20 à 09:35, Nicholas Car a écrit :

Hi @heidivanparys https://github.com/heidivanparys thanks for recording this. Yes, I've noticed this issue but haven't yet moved to addressing it. I'll likely try and do an all-repository clean for these |^M| characters ASAP (within a week). Regards, Nick

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ISO-TC211/GOM/issues/10#issuecomment-616557065, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB2YVY2POMYUZFVDMQTNSK3RNRFQ5ANCNFSM4MMNI6AA.

nicholascar commented 4 years ago

I think this might be something you can configure at your end - your local Git copy - so then you could perhaps change a setting and then re-push all content with the fix in place:

https://help.github.com/en/github/using-git/configuring-git-to-handle-line-endings https://help.github.com/en/github/using-git/configuring-git-to-handle-line-endings

Cheers,

Nick

On 22 Apr 2020, at 12:33 am, BrodeurJS notifications@github.com wrote:

Hi Nick,

This is an issue of encoding characters. For some reasons, GitHub doesn't like Unicode characters and we need to save .rdf files in UTF-8.

Jean,

Le 2020-04-20 à 09:35, Nicholas Car a écrit :

Hi @heidivanparys https://github.com/heidivanparys thanks for recording this. Yes, I've noticed this issue but haven't yet moved to addressing it. I'll likely try and do an all-repository clean for these |^M| characters ASAP (within a week). Regards, Nick

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ISO-TC211/GOM/issues/10#issuecomment-616557065, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB2YVY2POMYUZFVDMQTNSK3RNRFQ5ANCNFSM4MMNI6AA.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ISO-TC211/GOM/issues/10#issuecomment-617218364, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABX3SEHN3SZANNCPXFM5D3DRNWVDPANCNFSM4MMNI6AA.


Dr Nicholas Car Data Systems Architect SURROUND Australia Pty Ltd
Address P.O. Box 86, Mawson, Canberra ACT 2607 Phone +61 477 560 177 <tel:+61+414+99+55+43?utm_source=WiseStamp&utm_medium=email&utm_term=&utm_content=&utm_campaign=signature> Email nicholas.car@surroundaustralia.com Website https://surroundaustralia.com Enhancing Intelligence Within Organisations delivering evidence that connects decisions to outcomes

BrodeurJS commented 4 years ago

Fixed!