mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug 798894 - TOTD with ellipsis broken.
This commit is contained in:
parent
08b5b5a932
commit
b37c47140f
@ -17,7 +17,7 @@ execute_process(
|
||||
|
||||
file(STRINGS ${TOTD}.tmp TIP_OF_THE_DAY_LINES)
|
||||
set(TOTD_OUTPUT "")
|
||||
foreach(line ${TIP_OF_THE_DAY_LINES})
|
||||
foreach(line ${TIP_OF_THE_DAY_LINES} ENCODING UTF-8)
|
||||
string(REGEX REPLACE "^ *\"" "" line2 "${line}")
|
||||
string(REGEX REPLACE "\" *$" "" line3 "${line2}")
|
||||
file(APPEND ${DST_DIR}/${TOTD} "${line3}\n")
|
||||
|
Loading…
Reference in New Issue
Block a user