]> Repositorios git - scryer-prolog.git/commit
FIXED: consistent read/write of further control characters, and non-breaking space
authorMarkus Triska <[email protected]>
Wed, 3 May 2023 21:23:53 +0000 (23:23 +0200)
committerMark <[email protected]>
Fri, 23 Jun 2023 20:11:31 +0000 (14:11 -0600)
commit47d4e6d2f99de18df627a6dcbd52fc7d851b845b
treef6a11b8a26791da0e3aa330c5152dff6cec4ece8
parent33f65210eeb6bd573a694aa4ffa8c252140403be
FIXED: consistent read/write of further control characters, and non-breaking space

Example:

    ?- X = '\xa0\'.
       X = '\xa0\'.

This addresses #1768.
src/heap_print.rs