Has the problem with corrupted .rhtmls (invalid characters) been solved
so far?
I would like to use ferret and acts_as_ferret on Windows XP. I have
installed 0.10.9 (mswin32) which still seems to have the problem.
I am receiving error messages like:
compile error
C:/INSTAN~1.4P1/INSTAN~1/rails_apps/travelogue/config/…/app/views/article_editor/_header_read.rhtml:2:
parse error, unexpected ‘)’, expecting kEND
C:/INSTAN~1.4P1/INSTAN~1/rails_apps/travelogue/config/…/app/views/article_editor/_header_read.rhtml:3:
parse error, unexpected tIDENTIFIER, expecting kEND
_erbout.concat " <div class=“article_title”>"ä; _erbout.concat((
@article.title ).to_s); _erbout.concat “\n”
^
C:/INSTAN~1.4P1/INSTAN~1/rails_apps/travelogue/config/…/app/views/article_editor/_header_read.rhtml:4:
Invalid char \001' in expression C:/INSTAN~1.4P1/INSTAN~1/rails_apps/travelogue/config/../app/views/article_editor/_header_read.rhtml:5: Invalid char
\377’ in expression
C:/INSTAN~1.4P1/INSTAN~1/rails_apps/travelogue/config/…/app/views/article_editor/_header_read.rhtml:7:
parse error, unexpected $, expecting kEND
_erbout.concat " "
^
Would compiling the ferret extensions by myself be a solution? I have
Visual C++ Express Edition installed.