Question

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 €?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top