Skip to content

[R-pkg-devel] Package fails to build on Windows only, builds on GNU/Linux (parse issue)

2 messages · Michael Dewey, Uwe Ligges

#
Duncan Murdoch <murdoch.duncan at gmail.com> wrote :
When I view that line via my webmail and using Chrome browser on Windows I see a string which seems to start:

lower case i possibly with an umlaut
closing guillemet
inverted question mark
hash symbol

whereas the GNU/Linux example just starts hash symbol

Hope that helps someone
#
On 03.02.2016 14:31, Michael Dewey wrote:
I guess the file is UTF-8 encoded and you read it under Windows as 
latin1 or therelike, so declare an encoding.

Best,
Uwe Ligges