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