Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

encoding problem on linux? #98

Open
gizmomogwai opened this issue May 29, 2012 · 2 comments
Open

encoding problem on linux? #98

gizmomogwai opened this issue May 29, 2012 · 2 comments
Assignees
Labels

Comments

@gizmomogwai
Copy link
Collaborator

Error for task /home/gizmo/_projects/ethernet/out/objects/sockets/src/udp/socket/PosixDatagramSocket.o: incompatible encoding regexp match (ISO-8859-1 regexp with ASCII-8BIT string)

hi alex,

wollte heute gerade das ethernet vom matthias cxx-en und hab dabei den fehler hier bekommen (bei gem install cxxproject habe ich auch schon dubiose messages bekommen:
unable to convert "\xD4" from ASCII-8BIT to UTF-8 for lib/cxxproject/utils/process.rb, skipping
hast du ne ahnung was das sein koennte? habe gesehen da wird in process irgendein regexp fuer windows angewendet ... du hast den kommentiert und es ist wohl etwas wegen pipes in windows/cygwin, bei mir ist aber auch der kommentar am ende der 2 gsub zeilen unleserlich ...

@ghost ghost assigned aschaal May 29, 2012
@aschaal
Copy link
Collaborator

aschaal commented May 29, 2012

  consoleOutput.gsub!(/\xE2\x80\x98/,"`") # ÔÇÿ
  consoleOutput.gsub!(/\xE2\x80\x99/,"'") # ÔÇÖ

Der Kommentar dahiner ist genau das, was durch gsub ersetzt wird. Tja, ich hab damals bisschen rumgebastelt und das war das einzige, was geholfen hat -zumindest auf Windows und den Linux-Rechnern hier.

Vorschlag: mach ein "ifdef" aussen rum, so dass es bei dir nicht mehr fehlschlägt. Möglicherweise gibt's da aber doch ein Encoding-Trick, damit man diese Ersetzung nicht machen muss...

@gizmomogwai
Copy link
Collaborator Author

achso ... die zeichen sind beabsichtigt :)
mhh ... aber wieso dumpen die compiler so nen schmarrn raus?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants