문제

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top