Aladdin - Scala Bugtracking
[#232] project: distribution priority: low category: bug
submitter assigned to status date submitted
Stephane Philippe fixed 2003-11-19 17:21:44.0
subject invalid input to recode tool
code
** This is a scala version of gb_trees.erl which is  
** copyrighted (C) 1999-2001 by Sven-Olof Nyström, and Richard Carlsson
what happened
recode: /local/michelou/projects/scala/distribs/scala-20031119-160916/src/scala/collection/immutable/Tree.s\
cala failed: Invalid input in step `CHAR..ISO-8859-1'
what expected no error when executing "make distrib"
[back to overview]
Changes of this bug report
Philippe  edited on  2003-11-27 16:24:19.0

Reassigned to Erik. Please make sure that recode ..pc Tree.scala signals no error. Maybe you will have to remove all those ugly ^M (that would be a good idea anyway).

Erik  edited on  2003-11-28 09:36:16.0
I have fixed the files to have Unix line breaks, and also removed the letter ö from a comment in the code. But I belive that all ISO-8859-1 characters including ö should be allowed in Scala comments. Hence I have reasinged this bug back to Philippe.
Philippe  edited on  2003-11-28 16:31:28.0

There are no other errors.