Numbertext / libnumbertext

Number to number name and money text conversion libraries in C++, Java, JavaScript and Python & LibreOffice Calc Extension
BSD 3-Clause "New" or "Revised" License
68 stars 47 forks source link

replaced the system line seperator with a fixed value. #38

Closed renstoonen closed 6 years ago

renstoonen commented 6 years ago

Getting the line seperator does not work for windows machines since it has a different EOL. using the line separator that the lib checks on makes sure it also works on windows machines.

laszlonemeth commented 6 years ago

Many thanks for your fix! (By the way, I plan to add the same recursion limit to the Java code, as I have already added to the C++ one, to avoid possible malfunctions resulted by user modified data files here, too.)