RE: [mnemosyne-proj-users] Error on data inout Tab-separated

2019-01-15 Thread Peter Bienstman
Cool, thanks! Who’d have thought printing Unicode on OSX didn’t work ☺

Cheers,

Peter

From: Devin Howard 
Sent: 14 January 2019 17:31
To: Peter Bienstman 
Cc: mnemosyne-proj-users@googlegroups.com
Subject: Re: [mnemosyne-proj-users] Error on data inout Tab-separated

Ah ha, it looks like a debugging print statement was left in the code during a 
refactor of the file that processes TSV: 
https://github.com/mnemosyne-proj/mnemosyne/blob/master/mnemosyne/libmnemosyne/file_formats/tsv.py#L89

I have removed this line locally and can confirm it fixes the problem. I've 
posted a pull request to Github to fix this for the next release 
https://github.com/mnemosyne-proj/mnemosyne/pull/105

I'm posting a re-built package in this Source Forge folder 
https://sourceforge.net/projects/mnemosyne-proj/files/mnemosyne/mnemosyne-2.6.1/

Try downloading the "Mnemosyne-2.6.1-tsv-fix.dmg" version and see if it helps.

On Mon, Jan 14, 2019 at 8:05 AM Devin Howard 
mailto:de...@callysto.com>> wrote:
I can replicate this on 2.6.1 on OSX. I'll take a look

On Mon, Jan 14, 2019 at 12:18 AM Peter Bienstman 
mailto:peter.bienst...@ugent.be>> wrote:
Hi,

This must be a Mac only issue, as I can import it just fine under Windows.

Devin, would it be possible for you to have a look at this?

Thanks!

Peter

From: 
mnemosyne-proj-users@googlegroups.com<mailto:mnemosyne-proj-users@googlegroups.com>
 
mailto:mnemosyne-proj-users@googlegroups.com>>
 On Behalf Of Henrik in Oslo
Sent: 12 January 2019 21:38
To: mnemosyne-proj-users 
mailto:mnemosyne-proj-users@googlegroups.com>>
Subject: Re: [mnemosyne-proj-users] Error on data inout Tab-separated

Hi,
Thanks for quick answer.

Saved from MS-WORD (on Mac) , file as pure text (.txt), "other coding", chose 
Unicode (UTF-8). Saved also on Win 7, same problem.

Moved from 2.3.6 this autumn.

I attach file that now fail on 2.3.6  "recap 2019_jan11_EJ.txt" and one that I 
imported (without problems)while on ver  2.6.1 "recap 2015_nov22_EJ"

/ Henrik


On Saturday, 12 January 2019 06:45:28 UTC+1, Peter Bienstman wrote:
Hi,

Are you sure the file is utf8 encoded? Have you successfully imported files 
with non latin characters before, or is this the first time? If you did so 
before, do you remember which Mnemosyne version that was?

Cheers,

Peter



From: Henrik in Oslo <001h...@gmail.com<mailto:001h...@gmail.com>>
Sent: Friday, 11 January 2019 18:45
To: mnemosyne-proj-users
Subject: [mnemosyne-proj-users] Error on data inout Tab-separated

Hi,
Thanks again for excellent program and work. I only recently upgraded to Mnem 
2.6.1 (on Mac 10.13.6).

I frequently add "Tab-separated text fies" (UTF-8). Ver 2.6.1 gives error 
message (attached).

I tested a re-import of a file I have previously imported. Similar error 
message.

Anything I could try?

/ Henrik
--
You received this message because you are subscribed to the Google Groups 
"mnemosyne-proj-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
mnemosyne-proj-users+unsubscr...@googlegroups.com<mailto:mnemosyne-proj-users+unsubscr...@googlegroups.com>.
To post to this group, send email to 
mnemosyne...@googlegroups.com<mailto:mnemosyne...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mnemosyne-proj-users/3930acc4-c703-4944-852a-fcc6fdcb1339%40googlegroups.com<https://groups.google.com/d/msgid/mnemosyne-proj-users/3930acc4-c703-4944-852a-fcc6fdcb1339%40googlegroups.com?utm_medium=email_source=footer>.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups 
"mnemosyne-proj-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
mnemosyne-proj-users+unsubscr...@googlegroups.com<mailto:mnemosyne-proj-users+unsubscr...@googlegroups.com>.
To post to this group, send email to 
mnemosyne-proj-users@googlegroups.com<mailto:mnemosyne-proj-users@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mnemosyne-proj-users/8bbd701b-c1ea-4cc9-a765-8220d51b1cf6%40googlegroups.com<https://groups.google.com/d/msgid/mnemosyne-proj-users/8bbd701b-c1ea-4cc9-a765-8220d51b1cf6%40googlegroups.com?utm_medium=email_source=footer>.
For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"mnemosyne-proj-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mnemosyne-proj-users+unsubscr...@googlegroups.com.
To post to this group, send email to mnemosyne-proj-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mnemosyne-proj-users/56143e755a3740a6926d296ffa36bb78%40xmail101.UGent.be.
For more options, visit https://groups.google.com/d/optout.


Re: [mnemosyne-proj-users] Error on data inout Tab-separated

2019-01-14 Thread Devin Howard
Ah ha, it looks like a debugging print statement was left in the code
during a refactor of the file that processes TSV:
https://github.com/mnemosyne-proj/mnemosyne/blob/master/mnemosyne/libmnemosyne/file_formats/tsv.py#L89

I have removed this line locally and can confirm it fixes the problem. I've
posted a pull request to Github to fix this for the next release
https://github.com/mnemosyne-proj/mnemosyne/pull/105

I'm posting a re-built package in this Source Forge folder
https://sourceforge.net/projects/mnemosyne-proj/files/mnemosyne/mnemosyne-2.6.1/

Try downloading the "Mnemosyne-2.6.1-tsv-fix.dmg" version and see if it
helps.

On Mon, Jan 14, 2019 at 8:05 AM Devin Howard  wrote:

> I can replicate this on 2.6.1 on OSX. I'll take a look
>
> On Mon, Jan 14, 2019 at 12:18 AM Peter Bienstman 
> wrote:
>
>> Hi,
>>
>>
>>
>> This must be a Mac only issue, as I can import it just fine under Windows.
>>
>>
>>
>> Devin, would it be possible for you to have a look at this?
>>
>>
>>
>> Thanks!
>>
>>
>>
>> Peter
>>
>>
>>
>> *From:* mnemosyne-proj-users@googlegroups.com <
>> mnemosyne-proj-users@googlegroups.com> *On Behalf Of *Henrik in Oslo
>> *Sent:* 12 January 2019 21:38
>> *To:* mnemosyne-proj-users 
>> *Subject:* Re: [mnemosyne-proj-users] Error on data inout Tab-separated
>>
>>
>>
>> Hi,
>>
>> Thanks for quick answer.
>>
>>
>>
>> Saved from MS-WORD (on Mac) , file as pure text (.txt), "other coding",
>> chose Unicode (UTF-8). Saved also on Win 7, same problem.
>>
>>
>>
>> Moved from 2.3.6 this autumn.
>>
>>
>>
>> I attach file that now fail on 2.3.6  "recap 2019_jan11_EJ.txt" and one
>> that I imported (without problems)while on ver  2.6.1 "recap 2015_nov22_EJ"
>>
>>
>>
>> / Henrik
>>
>>
>>
>> On Saturday, 12 January 2019 06:45:28 UTC+1, Peter Bienstman wrote:
>>
>> Hi,
>>
>> Are you sure the file is utf8 encoded? Have you successfully imported
>> files with non latin characters before, or is this the first time? If you
>> did so before, do you remember which Mnemosyne version that was?
>>
>> Cheers,
>>
>> Peter
>>
>>
>>
>>
>> --
>>
>> *From:* Henrik in Oslo <001h...@gmail.com>
>> *Sent:* Friday, 11 January 2019 18:45
>> *To:* mnemosyne-proj-users
>> *Subject:* [mnemosyne-proj-users] Error on data inout Tab-separated
>>
>>
>>
>> Hi,
>>
>> Thanks again for excellent program and work. I only recently upgraded to
>> Mnem 2.6.1 (on Mac 10.13.6).
>>
>>
>>
>> I frequently add "Tab-separated text fies" (UTF-8). Ver 2.6.1 gives error
>> message (attached).
>>
>>
>>
>> I tested a re-import of a file I have previously imported. Similar error
>> message.
>>
>>
>>
>> Anything I could try?
>>
>>
>>
>> / Henrik
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "mnemosyne-proj-users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to mnemosyne-proj-users+unsubscr...@googlegroups.com.
>> To post to this group, send email to mnemosyne...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/mnemosyne-proj-users/3930acc4-c703-4944-852a-fcc6fdcb1339%40googlegroups.com
>> <https://groups.google.com/d/msgid/mnemosyne-proj-users/3930acc4-c703-4944-852a-fcc6fdcb1339%40googlegroups.com?utm_medium=email_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "mnemosyne-proj-users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to mnemosyne-proj-users+unsubscr...@googlegroups.com.
>> To post to this group, send email to
>> mnemosyne-proj-users@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/mnemosyne-proj-users/8bbd701b-c1ea-4cc9-a765-8220d51b1cf6%40googlegroups.com
>> <https://groups.google.com/d/msgid/mnemosyne-proj-users/8bbd701b-c1ea-4cc9-a765-8220d51b1cf6%40googlegroups.com?utm_medium=email_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"mnemosyne-proj-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mnemosyne-proj-users+unsubscr...@googlegroups.com.
To post to this group, send email to mnemosyne-proj-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mnemosyne-proj-users/CAKr60uMTnpJvDPq_tqDVq1sG1w7nYU0vLYpe4fegVLqP%3DRbSKg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [mnemosyne-proj-users] Error on data inout Tab-separated

2019-01-14 Thread Devin Howard
I can replicate this on 2.6.1 on OSX. I'll take a look

On Mon, Jan 14, 2019 at 12:18 AM Peter Bienstman 
wrote:

> Hi,
>
>
>
> This must be a Mac only issue, as I can import it just fine under Windows.
>
>
>
> Devin, would it be possible for you to have a look at this?
>
>
>
> Thanks!
>
>
>
> Peter
>
>
>
> *From:* mnemosyne-proj-users@googlegroups.com <
> mnemosyne-proj-users@googlegroups.com> *On Behalf Of *Henrik in Oslo
> *Sent:* 12 January 2019 21:38
> *To:* mnemosyne-proj-users 
> *Subject:* Re: [mnemosyne-proj-users] Error on data inout Tab-separated
>
>
>
> Hi,
>
> Thanks for quick answer.
>
>
>
> Saved from MS-WORD (on Mac) , file as pure text (.txt), "other coding",
> chose Unicode (UTF-8). Saved also on Win 7, same problem.
>
>
>
> Moved from 2.3.6 this autumn.
>
>
>
> I attach file that now fail on 2.3.6  "recap 2019_jan11_EJ.txt" and one
> that I imported (without problems)while on ver  2.6.1 "recap 2015_nov22_EJ"
>
>
>
> / Henrik
>
>
>
> On Saturday, 12 January 2019 06:45:28 UTC+1, Peter Bienstman wrote:
>
> Hi,
>
> Are you sure the file is utf8 encoded? Have you successfully imported
> files with non latin characters before, or is this the first time? If you
> did so before, do you remember which Mnemosyne version that was?
>
> Cheers,
>
> Peter
>
>
>
>
> --
>
> *From:* Henrik in Oslo <001h...@gmail.com>
> *Sent:* Friday, 11 January 2019 18:45
> *To:* mnemosyne-proj-users
> *Subject:* [mnemosyne-proj-users] Error on data inout Tab-separated
>
>
>
> Hi,
>
> Thanks again for excellent program and work. I only recently upgraded to
> Mnem 2.6.1 (on Mac 10.13.6).
>
>
>
> I frequently add "Tab-separated text fies" (UTF-8). Ver 2.6.1 gives error
> message (attached).
>
>
>
> I tested a re-import of a file I have previously imported. Similar error
> message.
>
>
>
> Anything I could try?
>
>
>
> / Henrik
>
> --
> You received this message because you are subscribed to the Google Groups
> "mnemosyne-proj-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to mnemosyne-proj-users+unsubscr...@googlegroups.com.
> To post to this group, send email to mnemosyne...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/mnemosyne-proj-users/3930acc4-c703-4944-852a-fcc6fdcb1339%40googlegroups.com
> <https://groups.google.com/d/msgid/mnemosyne-proj-users/3930acc4-c703-4944-852a-fcc6fdcb1339%40googlegroups.com?utm_medium=email_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>
> --
> You received this message because you are subscribed to the Google Groups
> "mnemosyne-proj-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to mnemosyne-proj-users+unsubscr...@googlegroups.com.
> To post to this group, send email to mnemosyne-proj-users@googlegroups.com
> .
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/mnemosyne-proj-users/8bbd701b-c1ea-4cc9-a765-8220d51b1cf6%40googlegroups.com
> <https://groups.google.com/d/msgid/mnemosyne-proj-users/8bbd701b-c1ea-4cc9-a765-8220d51b1cf6%40googlegroups.com?utm_medium=email_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"mnemosyne-proj-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mnemosyne-proj-users+unsubscr...@googlegroups.com.
To post to this group, send email to mnemosyne-proj-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mnemosyne-proj-users/CAKr60uOgm2-6KybsyT45E07t6Hnuao7%2BQ5PCFUKK_YrVie0buA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


RE: [mnemosyne-proj-users] Error on data inout Tab-separated

2019-01-14 Thread Peter Bienstman
Hi,

This must be a Mac only issue, as I can import it just fine under Windows.

Devin, would it be possible for you to have a look at this?

Thanks!

Peter

From: mnemosyne-proj-users@googlegroups.com 
 On Behalf Of Henrik in Oslo
Sent: 12 January 2019 21:38
To: mnemosyne-proj-users 
Subject: Re: [mnemosyne-proj-users] Error on data inout Tab-separated

Hi,
Thanks for quick answer.

Saved from MS-WORD (on Mac) , file as pure text (.txt), "other coding", chose 
Unicode (UTF-8). Saved also on Win 7, same problem.

Moved from 2.3.6 this autumn.

I attach file that now fail on 2.3.6  "recap 2019_jan11_EJ.txt" and one that I 
imported (without problems)while on ver  2.6.1 "recap 2015_nov22_EJ"

/ Henrik


On Saturday, 12 January 2019 06:45:28 UTC+1, Peter Bienstman wrote:
Hi,

Are you sure the file is utf8 encoded? Have you successfully imported files 
with non latin characters before, or is this the first time? If you did so 
before, do you remember which Mnemosyne version that was?

Cheers,

Peter



From: Henrik in Oslo <001h...@gmail.com>
Sent: Friday, 11 January 2019 18:45
To: mnemosyne-proj-users
Subject: [mnemosyne-proj-users] Error on data inout Tab-separated

Hi,
Thanks again for excellent program and work. I only recently upgraded to Mnem 
2.6.1 (on Mac 10.13.6).

I frequently add "Tab-separated text fies" (UTF-8). Ver 2.6.1 gives error 
message (attached).

I tested a re-import of a file I have previously imported. Similar error 
message.

Anything I could try?

/ Henrik
--
You received this message because you are subscribed to the Google Groups 
"mnemosyne-proj-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mnemosyne-proj-users+unsubscr...@googlegroups.com.
To post to this group, send email to mnemosyne...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mnemosyne-proj-users/3930acc4-c703-4944-852a-fcc6fdcb1339%40googlegroups.com<https://groups.google.com/d/msgid/mnemosyne-proj-users/3930acc4-c703-4944-852a-fcc6fdcb1339%40googlegroups.com?utm_medium=email_source=footer>.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups 
"mnemosyne-proj-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
mnemosyne-proj-users+unsubscr...@googlegroups.com<mailto:mnemosyne-proj-users+unsubscr...@googlegroups.com>.
To post to this group, send email to 
mnemosyne-proj-users@googlegroups.com<mailto:mnemosyne-proj-users@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mnemosyne-proj-users/8bbd701b-c1ea-4cc9-a765-8220d51b1cf6%40googlegroups.com<https://groups.google.com/d/msgid/mnemosyne-proj-users/8bbd701b-c1ea-4cc9-a765-8220d51b1cf6%40googlegroups.com?utm_medium=email_source=footer>.
For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"mnemosyne-proj-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mnemosyne-proj-users+unsubscr...@googlegroups.com.
To post to this group, send email to mnemosyne-proj-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mnemosyne-proj-users/c5ffcf590c1f4b9288a2e37526f77121%40xmail101.UGent.be.
For more options, visit https://groups.google.com/d/optout.


Re: [mnemosyne-proj-users] Error on data inout Tab-separated

2019-01-12 Thread Henrik in Oslo
Hi, 
Thanks for quick answer. 

Saved from MS-WORD (on Mac) , file as pure text (.txt), "other coding", 
chose Unicode (UTF-8). Saved also on Win 7, same problem. 

Moved from 2.3.6 this autumn.  

I attach file that now fail on 2.3.6  "recap 2019_jan11_EJ.txt" and one 
that I imported (without problems)while on ver  2.6.1 "recap 2015_nov22_EJ"

/ Henrik


On Saturday, 12 January 2019 06:45:28 UTC+1, Peter Bienstman wrote:
>
> Hi, 
>
> Are you sure the file is utf8 encoded? Have you successfully imported 
> files with non latin characters before, or is this the first time? If you 
> did so before, do you remember which Mnemosyne version that was? 
>
> Cheers, 
>
> Peter 
>
>
> --
> *From:* Henrik in Oslo <001h...@gmail.com >
> *Sent:* Friday, 11 January 2019 18:45
> *To:* mnemosyne-proj-users
> *Subject:* [mnemosyne-proj-users] Error on data inout Tab-separated
>
> Hi,  
> Thanks again for excellent program and work. I only recently upgraded to 
> Mnem 2.6.1 (on Mac 10.13.6). 
>
> I frequently add "Tab-separated text fies" (UTF-8). Ver 2.6.1 gives error 
> message (attached). 
>
> I tested a re-import of a file I have previously imported. Similar error 
> message. 
>
> Anything I could try? 
>
> / Henrik
>
> -- 
> You received this message because you are subscribed to the Google Groups 
> "mnemosyne-proj-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to mnemosyne-proj-users+unsubscr...@googlegroups.com .
> To post to this group, send email to mnemosyne...@googlegroups.com 
> .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/mnemosyne-proj-users/3930acc4-c703-4944-852a-fcc6fdcb1339%40googlegroups.com
>  
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"mnemosyne-proj-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mnemosyne-proj-users+unsubscr...@googlegroups.com.
To post to this group, send email to mnemosyne-proj-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mnemosyne-proj-users/8bbd701b-c1ea-4cc9-a765-8220d51b1cf6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
EJ : cours 190111 voir le paysage de point 
de vue de mervoir le paysage depuis la mer EJ : cours 
190111 å se landskapet fra havet
EJ : cours 190111 Il a présenté les 
argumentationsIl a présenté des arguments  EJ : cours 
190111 Han presenterte argumenter
EJ : cours 190111 Il présente les 
argumentationsIl argumente   EJ : cours 190111 
Han argumenterte
EJ : cours 190111 elle voulait m'aider de 
çaelle voulait m'aider (à faire ça)  EJ : cours 
190111 Hun ville hjelpe meg med 
detExplication : 
EJ : cours 190111 Nous avons discuté tous 
les chosesNous avons parlé de différentes choses EJ 
: cours 190111 Vi har snakket om 
alt
EJ : cours 190111 Nous avons parlé tous les 
chosesNous avons discuté   EJ : cours 190111 
Vi har pratet
EJ : cours 190111 Il étaient 
ouverts au dialogue.  EJ : cours 190111 De 
var åpne for å snakke om forskellige ting
EJ : cours 190111 J'ai partiJe 
suis parti  EJ : cours 190111 Jeg har 
dratt
EJ : cours 190111 Elle était très 
parlantElle était très bavarde   EJ : cours 
190111 Hun var veldig pratsom
EJ : cours 190111 Elle est tombée 
amoureuxElle est tombée amoureuseEJ : cours 
190111 Hun ble forelsketExplication : 

EJ : cours 190111 As-tu fait quelques jours 
à New York ?As-tu passé quelques jours à New York ?
EJ : cours 190111 Har du tatt noen dager i New 
York ?Explication :  passé>
EJ : cours 190111 Elle 
détestait New York  EJ : cours 190111 Hun 
hatet Nex York
EJ : cours 190111 Elle hait 
les Etats Unis EJ : cours 190111 Hun hater de 
forenede stater
EJ : cours 190111 Les français 
peuvent être très virulents EJ : cours 190111 
Franskmen kan være "beske ?"
EJ : recap 22 nov faire des 
dispositionsprendre des dispositions  EJ : recap 22 
nov gjøre forberedelser, 
forholdsregler
EJ : recap 22 nov Nous avons 
pris nos dispositions pour accueillir les migrants.   EJ : recap 
22 nov Vi har gjort forberedelser til å ta imot 
flytningene.
EJ : recap 22 nov avec le gèle, il y a un 
risque de détruire-destruction pour certaines parties du 
bateau.avec le gèle, il y a un risque de casse pour certaines 
parties du bateau.EJ : recap 22 nov med frost 
blir er risiko for ødelegelse av noen deler av båten.
EJ : recap 22 nov les 
matériaux peuvent être dégradés par le froid.EJ : recap 22 
nov materialene kan bli ødelagt av 
kulden.
EJ : recap 22 nov je laisse 
l'eau couler pour éviter qu'elle gèle. EJ : recap 22 nov 
jeg lar vannet renne for å unngå at det skal 
fryse.
EJ : recap