diff --git a/Code/FeatureExtraction/otbRegionImageToRectangularPathListFilter.txx b/Code/FeatureExtraction/otbRegionImageToRectangularPathListFilter.txx
index 0cde12fdeffb0828fffe24ae450c9c30555b02ee..8eb66884e6f1cbfb752ee84cc975f7fc613df39c 100644
--- a/Code/FeatureExtraction/otbRegionImageToRectangularPathListFilter.txx
+++ b/Code/FeatureExtraction/otbRegionImageToRectangularPathListFilter.txx
@@ -355,7 +355,7 @@ RegionImageToRectangularPathListFilter<TInputImage, TOutputPath>
           std::cout << "A-eigenvector 1 = [" << ax1 << ", " << ay1 << "]; A-eigenvector 2 = [" << ax2 << ", " << ay2 <<
           "]" << std::endl;
           std::cout << "length = " << length << "; width = " << width << std::endl;
-          std::cout << "main direction = " << alpha << "°" << std::endl;
+          std::cout << "main direction = " << alpha << " degree" << std::endl;
           std::cout << "rectangular fit = " << (float) countWithin / n << std::endl;
           }