oops, undoing mistake
svn: r12555 original commit: d539020c42421a1b0f931079e8bbcd77f67978f5
This commit is contained in:
parent
45523d5c69
commit
600607f8cb
|
@ -857,13 +857,7 @@ WARNING: printf is rebound in the body of the unit to always
|
|||
normalize?))]
|
||||
[else
|
||||
(preferences:get 'framework:do-paste-normalization)]))
|
||||
(define/public (string-normalize s)
|
||||
|
||||
(let ([ns (string-normalize-nfkc s)])
|
||||
(unless (equal? s ns)
|
||||
(printf "normalized: ~s => ~s\n" s ns)))
|
||||
|
||||
(string-normalize-nfkc s))
|
||||
(define/public (string-normalize s) (string-normalize-nfkc s))
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user