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
67 stars 46 forks source link

Handle \d, \D in Windows build of libnumbertext, too #49

Open laszlonemeth opened 5 years ago

laszlonemeth commented 5 years ago

It seems, C++11 regex implementation of Visual C doesn't support \d, \D, see https://github.com/Numbertext/libnumbertext/pull/48. Check and handle this issue by converting these patterns.

laszlonemeth commented 5 years ago

It seems, for me, there is no such problem on Windows.