Pregunta

I am experiencing an issue with the committing a Euro symbol (€) through subversion.

When I execute the following command:

svn diff CRMPicco.inc.php

I see this:

-                '€'    => '€',   // ⬠- Euro
+                'â¬'         => '€',   // ⬠- Euro

(€ has been removed and replaced with )

I would imagine I should be able to commit a Euro symbol through subversion. Will this fil;e actually be committed as seen above or will it be €?

¿Fue útil?

Solución

I am using NetBeans IDE 7.1.

I would like to follow this up by saying that when I actually committed the code and looked at what code was actually committed the Euro symbol was correctly sent to the SVN server.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top